Skip to content

Commit 49e6ed9

Browse files
committed
removing mysql, bcel and adding comments
1 parent 88f41ba commit 49e6ed9

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

pom.xml

+9-10
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
<version>1.0</version>
99

1010
<dependencies>
11+
12+
<!-- commons -->
1113
<dependency>
1214
<groupId>commons-fileupload</groupId>
1315
<artifactId>commons-fileupload</artifactId>
@@ -23,6 +25,8 @@
2325
<artifactId>commons-lang3</artifactId>
2426
<version>3.1</version>
2527
</dependency>
28+
29+
<!-- particular -->
2630
<dependency>
2731
<groupId>net.htmlparser.jericho</groupId>
2832
<artifactId>jericho-html</artifactId>
@@ -38,21 +42,20 @@
3842
<artifactId>lucene-highlighter</artifactId>
3943
<version>3.4.0</version>
4044
</dependency>
41-
<dependency>
42-
<groupId>mysql</groupId>
43-
<artifactId>mysql-connector-java</artifactId>
44-
<version>5.0.8</version>
45-
</dependency>
4645
<dependency>
4746
<groupId>net.sourceforge.nekohtml</groupId>
4847
<artifactId>nekohtml</artifactId>
4948
<version>1.9.15</version>
5049
</dependency>
50+
51+
<!-- classic -->
5152
<dependency>
5253
<groupId>xerces</groupId>
5354
<artifactId>xercesImpl</artifactId>
5455
<version>2.9.1</version>
5556
</dependency>
57+
58+
<!-- provided -->
5659
<dependency>
5760
<groupId>org.apache.tomcat</groupId>
5861
<artifactId>tomcat-servlet-api</artifactId>
@@ -65,17 +68,13 @@
6568
<version>9.0.65</version>
6669
<scope>provided</scope>
6770
</dependency>
68-
<dependency>
69-
<groupId>org.apache.bcel</groupId>
70-
<artifactId>bcel</artifactId>
71-
<version>5.2</version>
72-
</dependency>
7371
<dependency>
7472
<groupId>org.apache.tomcat</groupId>
7573
<artifactId>tomcat-websocket-api</artifactId>
7674
<version>9.0.65</version>
7775
<scope>provided</scope>
7876
</dependency>
77+
7978
</dependencies>
8079
<build>
8180
<plugins>

0 commit comments

Comments
 (0)