HADOOP-18341: upgrade commons-configuration2 to 2.8.0 and commons-text to 1.9 (#4916)
This commit is contained in:
parent
683fa264ee
commit
d66dea300e
|
@ -309,12 +309,12 @@ net.minidev:json-smart:2.4.7
|
||||||
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.21
|
org.apache.commons:commons-compress:1.21
|
||||||
org.apache.commons:commons-configuration2:2.1.1
|
org.apache.commons:commons-configuration2:2.8.0
|
||||||
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
|
||||||
org.apache.commons:commons-lang3:3.12.0
|
org.apache.commons:commons-lang3:3.12.0
|
||||||
org.apache.commons:commons-math3:3.1.1
|
org.apache.commons:commons-math3:3.1.1
|
||||||
org.apache.commons:commons-text:1.4
|
org.apache.commons:commons-text:1.9
|
||||||
org.apache.commons:commons-validator:1.6
|
org.apache.commons:commons-validator:1.6
|
||||||
org.apache.curator:curator-client:4.2.0
|
org.apache.curator:curator-client:4.2.0
|
||||||
org.apache.curator:curator-framework:4.2.0
|
org.apache.curator:curator-framework:4.2.0
|
||||||
|
|
|
@ -125,7 +125,7 @@
|
||||||
<commons-logging-api.version>1.1</commons-logging-api.version>
|
<commons-logging-api.version>1.1</commons-logging-api.version>
|
||||||
<commons-math3.version>3.1.1</commons-math3.version>
|
<commons-math3.version>3.1.1</commons-math3.version>
|
||||||
<commons-net.version>3.6</commons-net.version>
|
<commons-net.version>3.6</commons-net.version>
|
||||||
<commons-text.version>1.4</commons-text.version>
|
<commons-text.version>1.9</commons-text.version>
|
||||||
|
|
||||||
<kerby.version>1.0.1</kerby.version>
|
<kerby.version>1.0.1</kerby.version>
|
||||||
<jcache.version>1.0-alpha-1</jcache.version>
|
<jcache.version>1.0-alpha-1</jcache.version>
|
||||||
|
@ -1190,7 +1190,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.commons</groupId>
|
<groupId>org.apache.commons</groupId>
|
||||||
<artifactId>commons-configuration2</artifactId>
|
<artifactId>commons-configuration2</artifactId>
|
||||||
<version>2.1.1</version>
|
<version>2.8.0</version>
|
||||||
<exclusions>
|
<exclusions>
|
||||||
<exclusion>
|
<exclusion>
|
||||||
<groupId>org.apache.commons</groupId>
|
<groupId>org.apache.commons</groupId>
|
||||||
|
|
Loading…
Reference in New Issue