File tree Expand file tree Collapse file tree 33 files changed +444
-47
lines changed
metastore-tools/metastore-benchmarks Expand file tree Collapse file tree 33 files changed +444
-47
lines changed Original file line number Diff line number Diff line change 43
43
<groupId >commons-collections</groupId >
44
44
<artifactId >commons-collections</artifactId >
45
45
</exclusion >
46
+ <exclusion >
47
+ <groupId >commons-lang</groupId >
48
+ <artifactId >commons-lang</artifactId >
49
+ </exclusion >
46
50
</exclusions >
47
51
</dependency >
48
52
<dependency >
49
53
<groupId >org.apache.accumulo</groupId >
50
54
<artifactId >accumulo-fate</artifactId >
55
+ <exclusions >
56
+ <exclusion >
57
+ <groupId >commons-lang</groupId >
58
+ <artifactId >commons-lang</artifactId >
59
+ </exclusion >
60
+ </exclusions >
51
61
</dependency >
52
62
<dependency >
53
63
<groupId >org.apache.accumulo</groupId >
Original file line number Diff line number Diff line change 145
145
<groupId >org.apache.tez</groupId >
146
146
<artifactId >tez-mapreduce</artifactId >
147
147
<scope >test</scope >
148
+ <exclusions >
149
+ <exclusion >
150
+ <groupId >commons-lang</groupId >
151
+ <artifactId >commons-lang</artifactId >
152
+ </exclusion >
153
+ </exclusions >
148
154
</dependency >
149
155
<dependency >
150
156
<groupId >org.apache.tez</groupId >
151
157
<artifactId >tez-dag</artifactId >
152
158
<scope >test</scope >
159
+ <exclusions >
160
+ <exclusion >
161
+ <groupId >commons-lang</groupId >
162
+ <artifactId >commons-lang</artifactId >
163
+ </exclusion >
164
+ </exclusions >
153
165
</dependency >
154
166
<dependency >
155
167
<groupId >org.mockito</groupId >
Original file line number Diff line number Diff line change 241
241
<groupId >com.sun.jersey</groupId >
242
242
<artifactId >jersey-client</artifactId >
243
243
</exclusion >
244
+ <exclusion >
245
+ <groupId >commons-lang</groupId >
246
+ <artifactId >commons-lang</artifactId >
247
+ </exclusion >
244
248
</exclusions >
245
249
</dependency >
246
250
<dependency >
Original file line number Diff line number Diff line change 106
106
<groupId >com.fasterxml.jackson.core</groupId >
107
107
<artifactId >jackson-databind</artifactId >
108
108
</exclusion >
109
+ <exclusion >
110
+ <groupId >commons-lang</groupId >
111
+ <artifactId >commons-lang</artifactId >
112
+ </exclusion >
109
113
<exclusion >
110
114
<groupId >org.apache.druid</groupId >
111
115
<artifactId >druid-aws-common</artifactId >
151
155
<groupId >com.google.code.findbugs</groupId >
152
156
<artifactId >annotations</artifactId >
153
157
</exclusion >
158
+ <exclusion >
159
+ <groupId >commons-lang</groupId >
160
+ <artifactId >commons-lang</artifactId >
161
+ </exclusion >
154
162
</exclusions >
155
163
<optional >true</optional >
156
164
</dependency >
Original file line number Diff line number Diff line change 261
261
<groupId >org.apache.tez</groupId >
262
262
<artifactId >tez-mapreduce</artifactId >
263
263
<scope >test</scope >
264
+ <exclusions >
265
+ <exclusion >
266
+ <groupId >commons-lang</groupId >
267
+ <artifactId >commons-lang</artifactId >
268
+ </exclusion >
269
+ </exclusions >
264
270
</dependency >
265
271
<dependency >
266
272
<groupId >org.apache.tez</groupId >
267
273
<artifactId >tez-dag</artifactId >
268
274
<scope >test</scope >
275
+ <exclusions >
276
+ <exclusion >
277
+ <groupId >commons-lang</groupId >
278
+ <artifactId >commons-lang</artifactId >
279
+ </exclusion >
280
+ </exclusions >
269
281
</dependency >
270
282
<dependency >
271
283
<groupId >org.mockito</groupId >
Original file line number Diff line number Diff line change 303
303
<groupId >ch.qos.reload4j</groupId >
304
304
<artifactId >reload4j</artifactId >
305
305
</exclusion >
306
+ <exclusion >
307
+ <groupId >commons-lang</groupId >
308
+ <artifactId >commons-lang</artifactId >
309
+ </exclusion >
306
310
</exclusions >
307
311
</dependency >
308
312
<dependency >
Original file line number Diff line number Diff line change 65
65
<groupId >org.apache.calcite</groupId >
66
66
<artifactId >calcite-core</artifactId >
67
67
<scope >test</scope >
68
+ <exclusions >
69
+ <exclusion >
70
+ <groupId >commons-lang</groupId >
71
+ <artifactId >commons-lang</artifactId >
72
+ </exclusion >
73
+ </exclusions >
68
74
</dependency >
69
75
<dependency >
70
76
<groupId >com.esotericsoftware</groupId >
80
86
<groupId >org.apache.tez</groupId >
81
87
<artifactId >tez-dag</artifactId >
82
88
<scope >test</scope >
89
+ <exclusions >
90
+ <exclusion >
91
+ <groupId >commons-lang</groupId >
92
+ <artifactId >commons-lang</artifactId >
93
+ </exclusion >
94
+ </exclusions >
83
95
</dependency >
84
96
<dependency >
85
97
<groupId >org.apache.tez</groupId >
86
98
<artifactId >tez-mapreduce</artifactId >
87
99
<scope >test</scope >
100
+ <exclusions >
101
+ <exclusion >
102
+ <groupId >commons-lang</groupId >
103
+ <artifactId >commons-lang</artifactId >
104
+ </exclusion >
105
+ </exclusions >
88
106
</dependency >
89
107
<dependency >
90
108
<groupId >org.apache.hive</groupId >
Original file line number Diff line number Diff line change 215
215
<artifactId >hadoop-yarn-server-tests</artifactId >
216
216
<scope >test</scope >
217
217
<classifier >tests</classifier >
218
+ <exclusions >
219
+ <exclusion >
220
+ <groupId >commons-lang</groupId >
221
+ <artifactId >commons-lang</artifactId >
222
+ </exclusion >
223
+ </exclusions >
218
224
</dependency >
219
225
<dependency >
220
226
<groupId >com.sun.jersey</groupId >
Original file line number Diff line number Diff line change 211
211
<groupId >com.sun.jersey</groupId >
212
212
<artifactId >jersey-client</artifactId >
213
213
</exclusion >
214
+ <exclusion >
215
+ <groupId >commons-lang</groupId >
216
+ <artifactId >commons-lang</artifactId >
217
+ </exclusion >
214
218
</exclusions >
215
219
</dependency >
216
220
<dependency >
222
226
<groupId >org.slf4j</groupId >
223
227
<artifactId >slf4j-log4j12</artifactId >
224
228
</exclusion >
229
+ <exclusion >
230
+ <groupId >commons-lang</groupId >
231
+ <artifactId >commons-lang</artifactId >
232
+ </exclusion >
225
233
<exclusion >
226
234
<groupId >commons-logging</groupId >
227
235
<artifactId >commons-logging</artifactId >
232
240
<groupId >org.apache.tez</groupId >
233
241
<artifactId >tez-mapreduce</artifactId >
234
242
<scope >test</scope >
243
+ <exclusions >
244
+ <exclusion >
245
+ <groupId >commons-lang</groupId >
246
+ <artifactId >commons-lang</artifactId >
247
+ </exclusion >
248
+ </exclusions >
235
249
</dependency >
236
250
<dependency >
237
251
<groupId >org.apache.tez</groupId >
242
256
<groupId >org.slf4j</groupId >
243
257
<artifactId >slf4j-log4j12</artifactId >
244
258
</exclusion >
259
+ <exclusion >
260
+ <groupId >commons-lang</groupId >
261
+ <artifactId >commons-lang</artifactId >
262
+ </exclusion >
245
263
<exclusion >
246
264
<groupId >commons-logging</groupId >
247
265
<artifactId >commons-logging</artifactId >
Original file line number Diff line number Diff line change 57
57
<groupId >com.sun.jersey</groupId >
58
58
<artifactId >jersey-client</artifactId >
59
59
</exclusion >
60
+ <exclusion >
61
+ <groupId >commons-lang</groupId >
62
+ <artifactId >commons-lang</artifactId >
63
+ </exclusion >
60
64
</exclusions >
61
65
</dependency >
62
66
<dependency >
63
67
<groupId >org.apache.tez</groupId >
64
68
<artifactId >tez-runtime-internals</artifactId >
69
+ <exclusions >
70
+ <exclusion >
71
+ <groupId >commons-lang</groupId >
72
+ <artifactId >commons-lang</artifactId >
73
+ </exclusion >
74
+ </exclusions >
65
75
</dependency >
66
76
<dependency >
67
77
<groupId >org.apache.hive</groupId >
79
89
<dependency >
80
90
<groupId >org.apache.tez</groupId >
81
91
<artifactId >tez-runtime-library</artifactId >
92
+ <exclusions >
93
+ <exclusion >
94
+ <groupId >commons-lang</groupId >
95
+ <artifactId >commons-lang</artifactId >
96
+ </exclusion >
97
+ </exclusions >
82
98
</dependency >
83
99
<dependency >
84
100
<groupId >org.apache.hadoop</groupId >
You can’t perform that action at this time.
0 commit comments