File tree Expand file tree Collapse file tree 5 files changed +8
-9
lines changed
src/main/java/com/facebook/presto/accumulo Expand file tree Collapse file tree 5 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 2719
2719
</exclusion >
2720
2720
</exclusions >
2721
2721
</dependency >
2722
+ <dependency >
2723
+ <groupId >net.hydromatic</groupId >
2724
+ <artifactId >aggdesigner-algorithm</artifactId >
2725
+ <version >6.1</version >
2726
+ </dependency >
2722
2727
</dependencies >
2723
2728
</dependencyManagement >
2724
2729
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 ;
You can’t perform that action at this time.
0 commit comments