Skip to content
This repository was archived by the owner on Jan 24, 2019. It is now read-only.

Commit e3f2aea

Browse files
committed
更新
1 parent 7a80f1c commit e3f2aea

1 file changed

Lines changed: 1 addition & 51 deletions

File tree

pom.xml

Lines changed: 1 addition & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<modelVersion>4.0.0</modelVersion>
1111
<groupId>com.zhazhapan</groupId>
1212
<artifactId>util</artifactId>
13-
<version>1.0.6</version>
13+
<version>1.0.7</version>
1414
<packaging>jar</packaging>
1515

1616
<name>util</name>
@@ -19,7 +19,6 @@
1919
<properties>
2020
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2121
</properties>
22-
2322
<dependencies>
2423
<dependency>
2524
<groupId>junit</groupId>
@@ -51,17 +50,6 @@
5150
<artifactId>mail</artifactId>
5251
<version>1.5.0-b01</version>
5352
</dependency>
54-
<dependency>
55-
<groupId>org.apache.poi</groupId>
56-
<artifactId>poi</artifactId>
57-
<version>3.17</version>
58-
<exclusions>
59-
<exclusion>
60-
<artifactId>commons-codec</artifactId>
61-
<groupId>commons-codec</groupId>
62-
</exclusion>
63-
</exclusions>
64-
</dependency>
6553
<dependency>
6654
<groupId>org.apache.commons</groupId>
6755
<artifactId>commons-io</artifactId>
@@ -77,48 +65,10 @@
7765
<artifactId>javax.servlet-api</artifactId>
7866
<version>4.0.0</version>
7967
</dependency>
80-
<dependency>
81-
<groupId>org.webjars</groupId>
82-
<artifactId>jquery</artifactId>
83-
<version>3.1.1-1</version>
84-
</dependency>
8568
<dependency>
8669
<groupId>org.apache.poi</groupId>
8770
<artifactId>poi-ooxml</artifactId>
8871
<version>3.17</version>
89-
<exclusions>
90-
<exclusion>
91-
<artifactId>poi</artifactId>
92-
<groupId>org.apache.poi</groupId>
93-
</exclusion>
94-
</exclusions>
95-
</dependency>
96-
<dependency>
97-
<groupId>org.docx4j</groupId>
98-
<artifactId>docx4j-ImportXHTML</artifactId>
99-
<version>3.3.6-1</version>
100-
<exclusions>
101-
<exclusion>
102-
<artifactId>poi</artifactId>
103-
<groupId>org.apache.poi</groupId>
104-
</exclusion>
105-
<exclusion>
106-
<artifactId>commons-io</artifactId>
107-
<groupId>commons-io</groupId>
108-
</exclusion>
109-
<exclusion>
110-
<artifactId>junit</artifactId>
111-
<groupId>junit</groupId>
112-
</exclusion>
113-
<exclusion>
114-
<artifactId>log4j</artifactId>
115-
<groupId>log4j</groupId>
116-
</exclusion>
117-
<exclusion>
118-
<artifactId>commons-logging</artifactId>
119-
<groupId>commons-logging</groupId>
120-
</exclusion>
121-
</exclusions>
12272
</dependency>
12373
<dependency>
12474
<groupId>cn.hutool</groupId>

0 commit comments

Comments
 (0)