diff --git a/accumulo-handler/pom.xml b/accumulo-handler/pom.xml index c3efd0a..b00fe88 100644 --- a/accumulo-handler/pom.xml +++ b/accumulo-handler/pom.xml @@ -112,6 +112,12 @@ org.apache.hadoop + hadoop-client + ${hadoop-20S.version} + true + + + org.apache.hadoop hadoop-core ${hadoop-20S.version} true @@ -123,6 +129,12 @@ org.apache.hadoop + hadoop-client + ${hadoop-23.version} + true + + + 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}