HADOOP-16555. Update commons-compress to 1.19. (#1425) Contributed by YiSheng Lien.
This commit is contained in:
parent
8024818d33
commit
1843c4688a
|
@ -287,7 +287,7 @@ net.minidev:accessors-smart:1.2
|
||||||
net.minidev:json-smart:2.3
|
net.minidev:json-smart:2.3
|
||||||
org.apache.avro:avro:1.7.7
|
org.apache.avro:avro:1.7.7
|
||||||
org.apache.commons:commons-collections4:4.2
|
org.apache.commons:commons-collections4:4.2
|
||||||
org.apache.commons:commons-compress:1.18
|
org.apache.commons:commons-compress:1.19
|
||||||
org.apache.commons:commons-configuration2:2.1.1
|
org.apache.commons:commons-configuration2:2.1.1
|
||||||
org.apache.commons:commons-csv:1.0
|
org.apache.commons:commons-csv:1.0
|
||||||
org.apache.commons:commons-digester:1.8.1
|
org.apache.commons:commons-digester:1.8.1
|
||||||
|
|
|
@ -638,7 +638,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.commons</groupId>
|
<groupId>org.apache.commons</groupId>
|
||||||
<artifactId>commons-compress</artifactId>
|
<artifactId>commons-compress</artifactId>
|
||||||
<version>1.18</version>
|
<version>1.19</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.commons</groupId>
|
<groupId>org.apache.commons</groupId>
|
||||||
|
|
Loading…
Reference in New Issue