Skip to content

Commit

Permalink
优化
Browse files Browse the repository at this point in the history
  • Loading branch information
shuaje committed May 12, 2018
1 parent b5ea366 commit c6bb4e7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
9 changes: 7 additions & 2 deletions iBase4J-Biz-Web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,16 @@
<artifactId>spring-webmvc</artifactId>
</dependency>
<!-- JSTL标签类 -->
<!-- <dependency>
<dependency>
<groupId>jstl</groupId>
<artifactId>jstl</artifactId>
<version>1.2</version>
</dependency> -->
</dependency>
<dependency>
<groupId>org.dom4j</groupId>
<artifactId>dom4j</artifactId>
<version>2.1.0</version>
</dependency>
<!-- excel -->
<!-- <dependency>
<groupId>net.sourceforge.jexcelapi</groupId>
Expand Down
5 changes: 5 additions & 0 deletions iBase4J-SYS-Web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,11 @@
<artifactId>jstl</artifactId>
<version>1.2</version>
</dependency>
<dependency>
<groupId>org.dom4j</groupId>
<artifactId>dom4j</artifactId>
<version>2.1.0</version>
</dependency>
<!-- excel -->
<!-- <dependency>
<groupId>net.sourceforge.jexcelapi</groupId>
Expand Down

0 comments on commit c6bb4e7

Please sign in to comment.