Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Commit

Permalink
dependencyManagement 加入 feilong-io fix #199
Browse files Browse the repository at this point in the history
Apache Commons Compress 1.17,bug 修复和新功能 fix #198
  • Loading branch information
venusdrogon committed Jun 20, 2018
1 parent 8e3f2a0 commit 9f394b4
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions pom.xml
Expand Up @@ -49,6 +49,24 @@
<version.commons-collections4>4.1</version.commons-collections4>
<version.commons-configuration>1.10</version.commons-configuration>
<version.commons-configuration2>2.2</version.commons-configuration2>

<!--
The Apache Commons Compress library defines an API for working with ar, cpio, Unix dump, tar, zip, gzip, XZ, Pack200, bzip2, 7z, arj, lzma, snappy, DEFLATE,
lz4, Brotli, Zstandard, DEFLATE64 and Z files.
The code in this component has many origins:
The bzip2, tar and zip support came from Avalon's Excalibur, but originally from Ant, as far as life in Apache goes.
The tar package is originally Tim Endres' public domain package.
The bzip2 package is based on the work done by Keiron Liddle as well as Julian Seward's libbzip2.
It has migrated via:
Ant -> Avalon-Excalibur -> Commons-IO -> Commons-Compress.
The cpio package has been contributed by Michael Kuss and the jRPM project.
-->

<!-- http://commons.apache.org/proper/commons-compress/ -->
<version.commons-compress>1.17</version.commons-compress>

<version.commons-digester>2.1</version.commons-digester>

<version.commons-fileupload>1.3.3</version.commons-fileupload>
Expand Down Expand Up @@ -354,6 +372,13 @@
<version>${version.feilong-platform}</version>
</dependency>

<!-- feilong-io -->
<dependency>
<groupId>com.feilong.platform</groupId>
<artifactId>feilong-io</artifactId>
<version>${version.feilong-platform}</version>
</dependency>

<!-- *******************spring********************************* -->
<dependency>
<groupId>org.springframework</groupId>
Expand Down Expand Up @@ -393,6 +418,13 @@
<version>${version.commons-lang3}</version>
</dependency>

<!-- commons-compress -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>${version.commons-compress}</version>
</dependency>

<!-- commons-net -->
<dependency>
<groupId>commons-net</groupId>
Expand Down

0 comments on commit 9f394b4

Please sign in to comment.