1
0

Removing dependency on apache-commons lang 3, adding necessary classes as needed

This commit is contained in:
Nishith Agarwal
2018-09-04 02:05:15 -07:00
committed by vinoth chandar
parent 2eaa42abde
commit 324de298bc
23 changed files with 812 additions and 39 deletions

View File

@@ -110,10 +110,6 @@
<artifactId>hadoop-common</artifactId>
<classifier>tests</classifier>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</dependency>
<dependency>
<groupId>com.esotericsoftware</groupId>
<artifactId>kryo</artifactId>