Commit 49e6ed9 1 parent 88f41ba commit 49e6ed9 Copy full SHA for 49e6ed9
File tree 1 file changed +9
-10
lines changed
1 file changed +9
-10
lines changed Original file line number Diff line number Diff line change 8
8
<version >1.0</version >
9
9
10
10
<dependencies >
11
+
12
+ <!-- commons -->
11
13
<dependency >
12
14
<groupId >commons-fileupload</groupId >
13
15
<artifactId >commons-fileupload</artifactId >
23
25
<artifactId >commons-lang3</artifactId >
24
26
<version >3.1</version >
25
27
</dependency >
28
+
29
+ <!-- particular -->
26
30
<dependency >
27
31
<groupId >net.htmlparser.jericho</groupId >
28
32
<artifactId >jericho-html</artifactId >
38
42
<artifactId >lucene-highlighter</artifactId >
39
43
<version >3.4.0</version >
40
44
</dependency >
41
- <dependency >
42
- <groupId >mysql</groupId >
43
- <artifactId >mysql-connector-java</artifactId >
44
- <version >5.0.8</version >
45
- </dependency >
46
45
<dependency >
47
46
<groupId >net.sourceforge.nekohtml</groupId >
48
47
<artifactId >nekohtml</artifactId >
49
48
<version >1.9.15</version >
50
49
</dependency >
50
+
51
+ <!-- classic -->
51
52
<dependency >
52
53
<groupId >xerces</groupId >
53
54
<artifactId >xercesImpl</artifactId >
54
55
<version >2.9.1</version >
55
56
</dependency >
57
+
58
+ <!-- provided -->
56
59
<dependency >
57
60
<groupId >org.apache.tomcat</groupId >
58
61
<artifactId >tomcat-servlet-api</artifactId >
65
68
<version >9.0.65</version >
66
69
<scope >provided</scope >
67
70
</dependency >
68
- <dependency >
69
- <groupId >org.apache.bcel</groupId >
70
- <artifactId >bcel</artifactId >
71
- <version >5.2</version >
72
- </dependency >
73
71
<dependency >
74
72
<groupId >org.apache.tomcat</groupId >
75
73
<artifactId >tomcat-websocket-api</artifactId >
76
74
<version >9.0.65</version >
77
75
<scope >provided</scope >
78
76
</dependency >
77
+
79
78
</dependencies >
80
79
<build >
81
80
<plugins >
You can’t perform that action at this time.
0 commit comments