Skip to content

Commit c6bb4e7

Browse files
committed
优化
1 parent b5ea366 commit c6bb4e7

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

iBase4J-Biz-Web/pom.xml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,16 @@
4242
<artifactId>spring-webmvc</artifactId>
4343
</dependency>
4444
<!-- JSTL标签类 -->
45-
<!-- <dependency>
45+
<dependency>
4646
<groupId>jstl</groupId>
4747
<artifactId>jstl</artifactId>
4848
<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>
5055
<!-- excel -->
5156
<!-- <dependency>
5257
<groupId>net.sourceforge.jexcelapi</groupId>

iBase4J-SYS-Web/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,11 @@
5959
<artifactId>jstl</artifactId>
6060
<version>1.2</version>
6161
</dependency>
62+
<dependency>
63+
<groupId>org.dom4j</groupId>
64+
<artifactId>dom4j</artifactId>
65+
<version>2.1.0</version>
66+
</dependency>
6267
<!-- excel -->
6368
<!-- <dependency>
6469
<groupId>net.sourceforge.jexcelapi</groupId>

0 commit comments

Comments
 (0)