Skip to content

Commit 01d3608

Browse files
committed
RANGER-3996: upgraded commons-configuration2 version to 2.8.0
(cherry picked from commit 28294ef)
1 parent c1cd78d commit 01d3608

File tree

17 files changed

+146
-19
lines changed

17 files changed

+146
-19
lines changed

agents-audit/pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@
6767
<groupId>org.apache.commons</groupId>
6868
<artifactId>commons-text</artifactId>
6969
</exclusion>
70+
<exclusion>
71+
<groupId>org.apache.commons</groupId>
72+
<artifactId>commons-configuration2</artifactId>
73+
</exclusion>
7074
<exclusion>
7175
<groupId>log4j</groupId>
7276
<artifactId>*</artifactId>
@@ -82,6 +86,11 @@
8286
<artifactId>commons-text</artifactId>
8387
<version>${commons.text.version}</version>
8488
</dependency>
89+
<dependency>
90+
<groupId>org.apache.commons</groupId>
91+
<artifactId>commons-configuration2</artifactId>
92+
<version>${commons.configuration.version}</version>
93+
</dependency>
8594
<dependency>
8695
<groupId>org.apache.kafka</groupId>
8796
<artifactId>kafka-clients</artifactId>

agents-common/pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@
7474
<groupId>org.apache.commons</groupId>
7575
<artifactId>commons-text</artifactId>
7676
</exclusion>
77+
<exclusion>
78+
<groupId>org.apache.commons</groupId>
79+
<artifactId>commons-configuration2</artifactId>
80+
</exclusion>
7781
<exclusion>
7882
<groupId>log4j</groupId>
7983
<artifactId>*</artifactId>
@@ -89,6 +93,11 @@
8993
<artifactId>commons-text</artifactId>
9094
<version>${commons.text.version}</version>
9195
</dependency>
96+
<dependency>
97+
<groupId>org.apache.commons</groupId>
98+
<artifactId>commons-configuration2</artifactId>
99+
<version>${commons.configuration.version}</version>
100+
</dependency>
92101
<dependency>
93102
<groupId>org.slf4j</groupId>
94103
<artifactId>log4j-over-slf4j</artifactId>

agents-cred/pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@
5252
<groupId>org.apache.commons</groupId>
5353
<artifactId>commons-text</artifactId>
5454
</exclusion>
55+
<exclusion>
56+
<groupId>org.apache.commons</groupId>
57+
<artifactId>commons-configuration2</artifactId>
58+
</exclusion>
5559
<exclusion>
5660
<groupId>log4j</groupId>
5761
<artifactId>*</artifactId>
@@ -67,6 +71,11 @@
6771
<artifactId>commons-text</artifactId>
6872
<version>${commons.text.version}</version>
6973
</dependency>
74+
<dependency>
75+
<groupId>org.apache.commons</groupId>
76+
<artifactId>commons-configuration2</artifactId>
77+
<version>${commons.configuration.version}</version>
78+
</dependency>
7079
<dependency>
7180
<groupId>org.slf4j</groupId>
7281
<artifactId>slf4j-api</artifactId>

credentialbuilder/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,10 @@
8787
<groupId>org.apache.commons</groupId>
8888
<artifactId>commons-text</artifactId>
8989
</exclusion>
90+
<exclusion>
91+
<groupId>org.apache.commons</groupId>
92+
<artifactId>commons-configuration2</artifactId>
93+
</exclusion>
9094
<exclusion>
9195
<groupId>log4j</groupId>
9296
<artifactId>*</artifactId>

hbase-agent/pom.xml

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,10 @@
140140
<groupId>org.apache.commons</groupId>
141141
<artifactId>commons-text</artifactId>
142142
</exclusion>
143+
<exclusion>
144+
<groupId>org.apache.commons</groupId>
145+
<artifactId>commons-configuration2</artifactId>
146+
</exclusion>
143147
<exclusion>
144148
<groupId>log4j</groupId>
145149
<artifactId>*</artifactId>
@@ -150,12 +154,6 @@
150154
</exclusion>
151155
</exclusions>
152156
</dependency>
153-
<dependency>
154-
<groupId>org.apache.commons</groupId>
155-
<artifactId>commons-text</artifactId>
156-
<version>${commons.text.version}</version>
157-
<scope>test</scope>
158-
</dependency>
159157
<dependency>
160158
<groupId>org.apache.hbase</groupId>
161159
<artifactId>hbase-zookeeper</artifactId>
@@ -245,6 +243,10 @@
245243
<groupId>org.apache.commons</groupId>
246244
<artifactId>commons-text</artifactId>
247245
</exclusion>
246+
<exclusion>
247+
<groupId>org.apache.commons</groupId>
248+
<artifactId>commons-configuration2</artifactId>
249+
</exclusion>
248250
<exclusion>
249251
<groupId>org.slf4j</groupId>
250252
<artifactId>*</artifactId>
@@ -260,6 +262,11 @@
260262
<artifactId>commons-text</artifactId>
261263
<version>${commons.text.version}</version>
262264
</dependency>
265+
<dependency>
266+
<groupId>org.apache.commons</groupId>
267+
<artifactId>commons-configuration2</artifactId>
268+
<version>${commons.configuration.version}</version>
269+
</dependency>
263270
<dependency>
264271
<groupId>org.apache.hadoop</groupId>
265272
<artifactId>hadoop-auth</artifactId>

hdfs-agent/pom.xml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@
4949
<groupId>org.apache.commons</groupId>
5050
<artifactId>commons-text</artifactId>
5151
</exclusion>
52+
<exclusion>
53+
<groupId>org.apache.commons</groupId>
54+
<artifactId>commons-configuration2</artifactId>
55+
</exclusion>
5256
<exclusion>
5357
<groupId>log4j</groupId>
5458
<artifactId>*</artifactId>
@@ -64,6 +68,11 @@
6468
<artifactId>commons-text</artifactId>
6569
<version>${commons.text.version}</version>
6670
</dependency>
71+
<dependency>
72+
<groupId>org.apache.commons</groupId>
73+
<artifactId>commons-configuration2</artifactId>
74+
<version>${commons.configuration.version}</version>
75+
</dependency>
6776
<dependency>
6877
<groupId>org.apache.hadoop</groupId>
6978
<artifactId>hadoop-hdfs</artifactId>
@@ -132,12 +141,6 @@
132141
</exclusion>
133142
</exclusions>
134143
</dependency>
135-
<dependency>
136-
<groupId>org.apache.commons</groupId>
137-
<artifactId>commons-text</artifactId>
138-
<version>${commons.text.version}</version>
139-
<scope>test</scope>
140-
</dependency>
141144
<dependency>
142145
<groupId>org.slf4j</groupId>
143146
<artifactId>log4j-over-slf4j</artifactId>

kms/pom.xml

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@
7474
<groupId>org.apache.commons</groupId>
7575
<artifactId>commons-text</artifactId>
7676
</exclusion>
77+
<exclusion>
78+
<groupId>org.apache.commons</groupId>
79+
<artifactId>commons-configuration2</artifactId>
80+
</exclusion>
7781
<exclusion>
7882
<groupId>log4j</groupId>
7983
<artifactId>*</artifactId>
@@ -89,6 +93,11 @@
8993
<artifactId>commons-text</artifactId>
9094
<version>${commons.text.version}</version>
9195
</dependency>
96+
<dependency>
97+
<groupId>org.apache.commons</groupId>
98+
<artifactId>commons-configuration2</artifactId>
99+
<version>${commons.configuration.version}</version>
100+
</dependency>
92101
<dependency>
93102
<groupId>org.springframework</groupId>
94103
<artifactId>spring-aop</artifactId>
@@ -209,6 +218,10 @@
209218
<groupId>org.apache.commons</groupId>
210219
<artifactId>commons-text</artifactId>
211220
</exclusion>
221+
<exclusion>
222+
<groupId>org.apache.commons</groupId>
223+
<artifactId>commons-configuration2</artifactId>
224+
</exclusion>
212225
<exclusion>
213226
<groupId>log4j</groupId>
214227
<artifactId>*</artifactId>
@@ -219,12 +232,6 @@
219232
</exclusion>
220233
</exclusions>
221234
</dependency>
222-
<dependency>
223-
<groupId>org.apache.commons</groupId>
224-
<artifactId>commons-text</artifactId>
225-
<version>${commons.text.version}</version>
226-
<scope>test</scope>
227-
</dependency>
228235
<dependency>
229236
<groupId>com.google.guava</groupId>
230237
<artifactId>guava</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
<commons.collections.version>3.2.2</commons.collections.version>
100100
<commons.compress.version>1.8.1</commons.compress.version>
101101
<commons.configuration1.version>1.10</commons.configuration1.version>
102-
<commons.configuration.version>2.1.1</commons.configuration.version>
102+
<commons.configuration.version>2.8.0</commons.configuration.version>
103103
<commons.dbcp.version>1.4</commons.dbcp.version>
104104
<commons.digester.version>2.1</commons.digester.version>
105105
<commons.io.version>2.5</commons.io.version>

ranger-examples/plugin-sampleapp/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@
5454
<groupId>org.apache.commons</groupId>
5555
<artifactId>commons-text</artifactId>
5656
</exclusion>
57+
<exclusion>
58+
<groupId>org.apache.commons</groupId>
59+
<artifactId>commons-configuration2</artifactId>
60+
</exclusion>
5761
<exclusion>
5862
<groupId>log4j</groupId>
5963
<artifactId>*</artifactId>

ranger-hdfs-plugin-shim/pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@
4848
<groupId>org.apache.commons</groupId>
4949
<artifactId>commons-text</artifactId>
5050
</exclusion>
51+
<exclusion>
52+
<groupId>org.apache.commons</groupId>
53+
<artifactId>commons-configuration2</artifactId>
54+
</exclusion>
5155
<exclusion>
5256
<groupId>log4j</groupId>
5357
<artifactId>*</artifactId>
@@ -63,6 +67,11 @@
6367
<artifactId>commons-text</artifactId>
6468
<version>${commons.text.version}</version>
6569
</dependency>
70+
<dependency>
71+
<groupId>org.apache.commons</groupId>
72+
<artifactId>commons-configuration2</artifactId>
73+
<version>${commons.configuration.version}</version>
74+
</dependency>
6675
<dependency>
6776
<groupId>org.apache.hadoop</groupId>
6877
<artifactId>hadoop-hdfs</artifactId>

0 commit comments

Comments
 (0)