diff --git a/accumulo-handler/pom.xml b/accumulo-handler/pom.xml index c3efd0a..b62d17e 100644 --- a/accumulo-handler/pom.xml +++ b/accumulo-handler/pom.xml @@ -112,6 +112,11 @@ org.apache.hadoop + hadoop-client + ${hadoop-20S.version} + + + org.apache.hadoop hadoop-core ${hadoop-20S.version} true @@ -123,6 +128,11 @@ org.apache.hadoop + hadoop-client + ${hadoop-23.version} + + + org.apache.hadoop hadoop-common ${hadoop-23.version} true diff --git a/pom.xml b/pom.xml index d95f602..157693d 100644 --- a/pom.xml +++ b/pom.xml @@ -969,6 +969,11 @@ org.apache.hadoop + hadoop-client + ${hadoop-20S.version} + + + org.apache.hadoop hadoop-core ${hadoop-20S.version} @@ -1011,6 +1016,11 @@ org.apache.hadoop + hadoop-client + ${hadoop-23.version} + + + org.apache.hadoop hadoop-common ${hadoop-23.version}