diff --git build.properties build.properties index 4d9eed8..76f5069 100644 --- build.properties +++ build.properties @@ -130,3 +130,5 @@ jvm.args=-XX:-UseSplitVerifier # JVM arguments for Eclipse launch configurations eclipse.launch.jvm.args=-Xms256m -Xmx1024m ${jvm.args} +#jsr311 is needed for MiniDFSCluster +jsr311.version=1.1.1 diff --git common/ivy.xml common/ivy.xml index 5ebee66..c19ba57 100644 --- common/ivy.xml +++ common/ivy.xml @@ -80,6 +80,30 @@ + + + + + + + + + + + + + + + + + + diff --git ivy/libraries.properties ivy/libraries.properties index 8f4949b..2debb35 100644 --- ivy/libraries.properties +++ ivy/libraries.properties @@ -43,6 +43,7 @@ commons-logging-api.version=1.0.4 commons-pool.version=1.5.4 derby.version=10.4.2.0 guava-hadoop20.version=r09 +guava-hadoop20S.version=r09 guava-hadoop23.version=11.0.2 hbase.version=0.92.0 jackson.version=1.8.8 diff --git ql/ivy.xml ql/ivy.xml index a5dcf6c..f1456dc 100644 --- ql/ivy.xml +++ ql/ivy.xml @@ -42,6 +42,8 @@ + diff --git shims/ivy.xml shims/ivy.xml index dd0855f..9ee8c04 100644 --- shims/ivy.xml +++ shims/ivy.xml @@ -124,6 +124,8 @@ + + + + + +