File tree Expand file tree Collapse file tree 5 files changed +11
-9
lines changed
src/main/java/com/facebook/presto/accumulo Expand file tree Collapse file tree 5 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 232
232
<artifactId >guice</artifactId >
233
233
</dependency >
234
234
235
- <dependency >
236
- <groupId >commons-lang</groupId >
237
- <artifactId >commons-lang</artifactId >
238
- <version >2.6</version >
239
- </dependency >
240
-
241
235
<dependency >
242
236
<groupId >org.apache.commons</groupId >
243
237
<artifactId >commons-lang3</artifactId >
Original file line number Diff line number Diff line change 46
46
import org .apache .accumulo .core .iterators .user .SummingCombiner ;
47
47
import org .apache .accumulo .core .security .Authorizations ;
48
48
import org .apache .accumulo .core .security .ColumnVisibility ;
49
- import org .apache .commons .lang .ArrayUtils ;
49
+ import org .apache .commons .lang3 .ArrayUtils ;
50
50
import org .apache .commons .lang3 .tuple .Pair ;
51
51
import org .apache .hadoop .io .Text ;
52
52
Original file line number Diff line number Diff line change 30
30
import org .apache .accumulo .core .data .Value ;
31
31
import org .apache .accumulo .core .iterators .FirstEntryInRowIterator ;
32
32
import org .apache .accumulo .core .iterators .user .WholeRowIterator ;
33
- import org .apache .commons .lang .StringUtils ;
33
+ import org .apache .commons .lang3 .StringUtils ;
34
34
import org .apache .hadoop .io .Text ;
35
35
36
36
import java .io .IOException ;
Original file line number Diff line number Diff line change 21
21
import com .google .common .base .Splitter ;
22
22
import com .google .common .collect .ImmutableList ;
23
23
import com .google .common .collect .ImmutableMap ;
24
- import org .apache .commons .lang .StringUtils ;
24
+ import org .apache .commons .lang3 .StringUtils ;
25
25
26
26
import java .sql .Date ;
27
27
import java .sql .Time ;
Original file line number Diff line number Diff line change 66
66
<groupId >commons-codec</groupId >
67
67
<artifactId >commons-codec</artifactId >
68
68
</exclusion >
69
+ <exclusion >
70
+ <groupId >commons-lang</groupId >
71
+ <artifactId >commons-lang</artifactId >
72
+ </exclusion >
69
73
<exclusion >
70
74
<groupId >commons-codec</groupId >
71
75
<artifactId >commons-lang3</artifactId >
298
302
<groupId >commons-logging</groupId >
299
303
<artifactId >commons-logging</artifactId >
300
304
</exclusion >
305
+ <exclusion >
306
+ <groupId >commons-lang</groupId >
307
+ <artifactId >commons-lang</artifactId >
308
+ </exclusion >
301
309
<exclusion >
302
310
<groupId >com.google.protobuf</groupId >
303
311
<artifactId >protobuf-java</artifactId >
You can’t perform that action at this time.
0 commit comments