Skip to content

Commit 402ca95

Browse files
author
‘niuerzhuang’
committed
fix: clean code.
1 parent 22cf21a commit 402ca95

File tree

2 files changed

+3
-16
lines changed

2 files changed

+3
-16
lines changed

dongtai-core/pom.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -256,14 +256,6 @@
256256
<version>${pkg.jdom.version}</version>
257257
<scope>test</scope>
258258
</dependency>
259-
<!-- xom dependency xalan will cause feature secure-processing failed
260-
<dependency>
261-
<groupId>xom</groupId>
262-
<artifactId>xom</artifactId>
263-
<version>${pkg.xom.version}</version>
264-
<scope>test</scope>
265-
</dependency>
266-
-->
267259
</dependencies>
268260

269261
</project>

pom.xml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,15 @@
1616
<commons.cli.versin>1.4</commons.cli.versin>
1717
<lombok.version>1.18.20</lombok.version>
1818
<sun.tools.version>1.6</sun.tools.version>
19-
<!--docker环境下配置-->
20-
<sun.tools.systempath>${java.home}/../lib/tools.jar</sun.tools.systempath>
2119

2220
<!-- java 1.6 最高可用版本-->
23-
<logback-classic.version>1.2.1</logback-classic.version>
2421
<commons-lang3.version>3.4</commons-lang3.version>
25-
<commons-collections.version>3.2.1</commons-collections.version>
26-
<commons-io.version>2.4</commons-io.version>
22+
<commons-collections.version>3.2.2</commons-collections.version>
23+
<commons-io.version>2.11.0</commons-io.version>
2724
<guava.version>18.0</guava.version>
28-
<json.version>20160810</json.version>
29-
<retrofit.version>1.9.0</retrofit.version>
25+
<json.version>20230618</json.version>
3026
<asm.version>9.2</asm.version>
3127
<junit.version>4.13.1</junit.version>
32-
<javax.servlet-api>3.1.0</javax.servlet-api>
3328
<servlet-api>2.4</servlet-api>
3429
<jakarta.servlet-api>5.0.0</jakarta.servlet-api>
3530
<oshi-core.version>3.13.6</oshi-core.version>

0 commit comments

Comments
 (0)