Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
PlexPt committed Mar 15, 2022
1 parent a7030ae commit ca5328f
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.github.plexpt</groupId>
<artifactId>toolkit</artifactId>
<version>2022.2.0</version>
<version>2022.3.0</version>
<packaging>jar</packaging>
<name>pt-toolkit</name>

Expand Down Expand Up @@ -107,28 +107,28 @@
<groupId>commons-fileupload</groupId>
<artifactId>commons-fileupload</artifactId>
<version>${commons.fileupload.version}</version>
<optional>true</optional>
<optional>true</optional>

</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>${commons.io.version}</version>
<optional>true</optional>
<optional>true</optional>

</dependency>
<!-- 用于摘要运算、编码解码的包。常见的编码解码工具Base64、MD5、Hex、SHA1、DES等。-->
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>${commons.codec.version}</version>
<optional>true</optional>
</dependency>
<optional>true</optional>
</dependency>
<dependency>
<groupId>commons-configuration</groupId>
<artifactId>commons-configuration</artifactId>
<version>${commons.configuration.version}</version>
<optional>true</optional>
<optional>true</optional>

</dependency>
<!-- https://mvnrepository.com/artifact/net.dreamlu/mica-http -->
Expand All @@ -137,6 +137,12 @@
<artifactId>mica-http</artifactId>
<version>2.6.3</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.apache.commons/commons-collections4 -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-collections4</artifactId>
<version>${commons.collections4.version}</version>
</dependency>

<!-- https://mvnrepository.com/artifact/com.squareup.okhttp3/okhttp -->
<dependency>
Expand Down

0 comments on commit ca5328f

Please sign in to comment.