File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 42
42
<artifactId >spring-webmvc</artifactId >
43
43
</dependency >
44
44
<!-- JSTL标签类 -->
45
- <!-- < dependency>
45
+ <dependency >
46
46
<groupId >jstl</groupId >
47
47
<artifactId >jstl</artifactId >
48
48
<version >1.2</version >
49
- </dependency> -->
49
+ </dependency >
50
+ <dependency >
51
+ <groupId >org.dom4j</groupId >
52
+ <artifactId >dom4j</artifactId >
53
+ <version >2.1.0</version >
54
+ </dependency >
50
55
<!-- excel -->
51
56
<!-- <dependency>
52
57
<groupId>net.sourceforge.jexcelapi</groupId>
Original file line number Diff line number Diff line change 59
59
<artifactId >jstl</artifactId >
60
60
<version >1.2</version >
61
61
</dependency >
62
+ <dependency >
63
+ <groupId >org.dom4j</groupId >
64
+ <artifactId >dom4j</artifactId >
65
+ <version >2.1.0</version >
66
+ </dependency >
62
67
<!-- excel -->
63
68
<!-- <dependency>
64
69
<groupId>net.sourceforge.jexcelapi</groupId>
You can’t perform that action at this time.
0 commit comments