|
10 | 10 | <modelVersion>4.0.0</modelVersion> |
11 | 11 | <groupId>com.zhazhapan</groupId> |
12 | 12 | <artifactId>util</artifactId> |
13 | | - <version>1.0.6</version> |
| 13 | + <version>1.0.7</version> |
14 | 14 | <packaging>jar</packaging> |
15 | 15 |
|
16 | 16 | <name>util</name> |
|
19 | 19 | <properties> |
20 | 20 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
21 | 21 | </properties> |
22 | | - |
23 | 22 | <dependencies> |
24 | 23 | <dependency> |
25 | 24 | <groupId>junit</groupId> |
|
51 | 50 | <artifactId>mail</artifactId> |
52 | 51 | <version>1.5.0-b01</version> |
53 | 52 | </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> |
65 | 53 | <dependency> |
66 | 54 | <groupId>org.apache.commons</groupId> |
67 | 55 | <artifactId>commons-io</artifactId> |
|
77 | 65 | <artifactId>javax.servlet-api</artifactId> |
78 | 66 | <version>4.0.0</version> |
79 | 67 | </dependency> |
80 | | - <dependency> |
81 | | - <groupId>org.webjars</groupId> |
82 | | - <artifactId>jquery</artifactId> |
83 | | - <version>3.1.1-1</version> |
84 | | - </dependency> |
85 | 68 | <dependency> |
86 | 69 | <groupId>org.apache.poi</groupId> |
87 | 70 | <artifactId>poi-ooxml</artifactId> |
88 | 71 | <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> |
122 | 72 | </dependency> |
123 | 73 | <dependency> |
124 | 74 | <groupId>cn.hutool</groupId> |
|
0 commit comments