Browse Source

1117 完善手写tomcat

Demi 6 months ago
parent
commit
9aaeefbdf5
2 changed files with 15 additions and 1 deletions
  1. 3 1
      xml-demo/.idea/vcs.xml
  2. 12 0
      xml-demo/pom.xml

+ 3 - 1
xml-demo/.idea/vcs.xml

@@ -1,4 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project version="4">
-  <component name="VcsDirectoryMappings" defaultProject="true" />
+  <component name="VcsDirectoryMappings">
+    <mapping directory="$PROJECT_DIR$/.." vcs="Git" />
+  </component>
 </project>

+ 12 - 0
xml-demo/pom.xml

@@ -27,5 +27,17 @@
       <version>2.1.4</version>
     </dependency>
 
+    <dependency>
+      <groupId>sax</groupId>
+      <artifactId>sax</artifactId>
+      <version>2.0.1</version>
+    </dependency>
+
+    <dependency>
+      <groupId>org.jsoup</groupId>
+      <artifactId>jsoup</artifactId>
+      <version>1.18.1</version>
+    </dependency>
+
   </dependencies>
 </project>