diff --git a/cachestore/hbase/pom.xml b/cachestore/hbase/pom.xml index 8003581..1293809 100644 --- a/cachestore/hbase/pom.xml +++ b/cachestore/hbase/pom.xml @@ -55,7 +55,10 @@ commons-io test - + + org.apache.hadoop + hadoop-core + diff --git a/parent/pom.xml b/parent/pom.xml index fa30055..8e1514a 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -127,7 +127,8 @@ 1.0.13 11.0.2 1.3.166 - 0.90.4 + 1.0.3 + 0.92.1 3.4.0.GA 3.3.1.GA 4.2.0.Beta1 @@ -426,6 +427,11 @@ ${version.avro} + org.apache.hadoop + hadoop-core + ${version.hadoop} + + org.apache.lucene lucene-core ${version.lucene}