调整pom

pull/277/head
gaoxiongzaq 2024-03-14 08:29:38 +08:00
parent b4cd038c86
commit 5a50327f8f
2 changed files with 2 additions and 1 deletions

View File

@ -35,6 +35,7 @@
<aspose-cad.version>23.9</aspose-cad.version>
<bcprov-jdk15on.version>1.70</bcprov-jdk15on.version>
<juniversalchardet.version>1.0.3</juniversalchardet.version>
<httpcomponents.version>4.5.14</httpcomponents.version>
<commons-cli.version>1.5.0</commons-cli.version>
<commons-net.version>3.9.0</commons-net.version>

View File

@ -102,7 +102,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.4</version>
<version>${httpcomponents.version}</version>
</dependency>
<!-- rar5 package net.sf.sevenzipjbinding.ArchiveFormat; -->