diff --git ant/pom.xml ant/pom.xml index a0635f0..70931c9 100644 --- ant/pom.xml +++ ant/pom.xml @@ -37,17 +37,14 @@ commons-lang commons-lang - ${commons-lang.version} org.apache.ant ant - ${ant.version} org.apache.velocity velocity - ${velocity.version} diff --git beeline/pom.xml beeline/pom.xml index fb56f49..afd5066 100644 --- beeline/pom.xml +++ beeline/pom.xml @@ -54,32 +54,26 @@ commons-cli commons-cli - ${commons-cli.version} commons-lang commons-lang - ${commons-lang.version} commons-logging commons-logging - ${commons-logging.version} commons-io commons-io - ${commons-io.version} jline jline - ${jline.version} org.apache.thrift libthrift - ${libthrift.version} @@ -105,7 +99,6 @@ junit junit - ${junit.version} test diff --git cli/pom.xml cli/pom.xml index e3b11e9..28a3de9 100644 --- cli/pom.xml +++ cli/pom.xml @@ -68,45 +68,37 @@ commons-cli commons-cli - ${commons-cli.version} commons-lang commons-lang - ${commons-lang.version} commons-logging commons-logging - ${commons-logging.version} commons-io commons-io - ${commons-io.version} test jline jline - ${jline.version} org.apache.thrift libthrift - ${libthrift.version} junit junit - ${junit.version} test org.mockito mockito-all - ${mockito-all.version} test diff --git common/pom.xml common/pom.xml index fc47f67..f31cfd2 100644 --- common/pom.xml +++ common/pom.xml @@ -43,33 +43,27 @@ commons-cli commons-cli - ${commons-cli.version} commons-lang commons-lang - ${commons-lang.version} commons-logging commons-logging - ${commons-logging.version} log4j log4j - ${log4j.version} org.apache.commons commons-compress - ${commons-compress.version} junit junit - ${junit.version} test diff --git contrib/pom.xml contrib/pom.xml index 3189565..7e9ca5d 100644 --- contrib/pom.xml +++ contrib/pom.xml @@ -53,18 +53,15 @@ commons-codec commons-codec - ${commons-codec.version} commons-logging commons-logging - ${commons-logging.version} junit junit - ${junit.version} test diff --git hbase-handler/pom.xml hbase-handler/pom.xml index 27ca256..44ee3d8 100644 --- hbase-handler/pom.xml +++ hbase-handler/pom.xml @@ -68,18 +68,15 @@ commons-lang commons-lang - ${commons-lang.version} commons-logging commons-logging - ${commons-logging.version} junit junit - ${junit.version} test diff --git hcatalog/core/pom.xml hcatalog/core/pom.xml index 3af7ea2..53541ae 100644 --- hcatalog/core/pom.xml +++ hcatalog/core/pom.xml @@ -64,12 +64,10 @@ com.google.guava guava - ${guava.version} org.codehaus.jackson jackson-mapper-asl - ${jackson.version} @@ -100,7 +98,6 @@ org.apache.pig pig - ${pig.version} test @@ -152,7 +149,6 @@ org.apache.pig pig - ${pig.version} h2 test diff --git hcatalog/hcatalog-pig-adapter/pom.xml hcatalog/hcatalog-pig-adapter/pom.xml index a99d7e5..94d25ae 100644 --- hcatalog/hcatalog-pig-adapter/pom.xml +++ hcatalog/hcatalog-pig-adapter/pom.xml @@ -71,7 +71,6 @@ org.apache.pig pig - ${pig.version} @@ -91,7 +90,6 @@ org.apache.pig pig - ${pig.version} h2 diff --git hcatalog/pom.xml hcatalog/pom.xml index 0436adb..3dfa2f3 100644 --- hcatalog/pom.xml +++ hcatalog/pom.xml @@ -62,7 +62,6 @@ org.apache.pig pig - ${pig.version} test @@ -85,7 +84,6 @@ org.apache.pig pig - ${pig.version} h2 test diff --git hcatalog/server-extensions/pom.xml hcatalog/server-extensions/pom.xml index 07163e3..2b56555 100644 --- hcatalog/server-extensions/pom.xml +++ hcatalog/server-extensions/pom.xml @@ -49,12 +49,10 @@ javax.jms jms - ${jms.version} org.codehaus.jackson jackson-mapper-asl - ${jackson.version} @@ -68,13 +66,11 @@ junit junit - ${junit.version} test org.apache.activemq activemq-core - ${activemq.version} test @@ -86,13 +82,11 @@ org.apache.activemq kahadb - ${activemq.version} test org.apache.pig pig - ${pig.version} test diff --git hcatalog/storage-handlers/hbase/pom.xml hcatalog/storage-handlers/hbase/pom.xml index faa7554..be0e589 100644 --- hcatalog/storage-handlers/hbase/pom.xml +++ hcatalog/storage-handlers/hbase/pom.xml @@ -54,12 +54,10 @@ com.google.guava guava - ${guava.version} org.apache.thrift libthrift - ${libthrift.version} org.apache.zookeeper @@ -70,13 +68,11 @@ commons-io commons-io - ${commons-io.version} test junit junit - ${junit.version} test diff --git hcatalog/webhcat/svr/pom.xml hcatalog/webhcat/svr/pom.xml index c68308d..7342d9c 100644 --- hcatalog/webhcat/svr/pom.xml +++ hcatalog/webhcat/svr/pom.xml @@ -60,12 +60,10 @@ com.sun.jersey.contribs wadl-resourcedoc-doclet - ${wadl-resourcedoc-doclet.version} org.apache.commons commons-exec - ${commons-exec.version} org.apache.zookeeper @@ -75,17 +73,14 @@ org.codehaus.jackson jackson-core-asl - ${jackson.version} org.codehaus.jackson jackson-mapper-asl - ${jackson.version} org.eclipse.jetty.aggregate jetty-all-server - ${jetty.webhcat.version} org.slf4j @@ -96,7 +91,6 @@ junit junit - ${junit.version} test diff --git hwi/pom.xml hwi/pom.xml index 7d8b7b6..bc4f61e 100644 --- hwi/pom.xml +++ hwi/pom.xml @@ -58,17 +58,14 @@ commons-logging commons-logging - ${commons-logging.version} org.mortbay.jetty jetty - ${jetty.version} org.mortbay.jetty jetty-util - ${jetty.version} @@ -82,13 +79,11 @@ commons-httpclient commons-httpclient - ${commons-httpclient.version} test junit junit - ${junit.version} test diff --git itests/hcatalog-unit/pom.xml itests/hcatalog-unit/pom.xml index 2e8cba5..e4102ed 100644 --- itests/hcatalog-unit/pom.xml +++ itests/hcatalog-unit/pom.xml @@ -94,13 +94,11 @@ commons-io commons-io - ${commons-io.version} test junit junit - ${junit.version} test @@ -192,7 +190,6 @@ org.apache.pig pig - ${pig.version} test @@ -306,7 +303,6 @@ org.apache.pig pig - ${pig.version} h2 test diff --git itests/hive-unit/pom.xml itests/hive-unit/pom.xml index e383f3a..64184e7 100644 --- itests/hive-unit/pom.xml +++ itests/hive-unit/pom.xml @@ -113,13 +113,11 @@ junit junit - ${junit.version} test org.mockito mockito-all - ${mockito-all.version} test diff --git itests/qtest/pom.xml itests/qtest/pom.xml index b77b6b1..6172d98 100644 --- itests/qtest/pom.xml +++ itests/qtest/pom.xml @@ -103,7 +103,6 @@ junit junit - ${junit.version} test diff --git itests/util/pom.xml itests/util/pom.xml index c594763..42eaee5 100644 --- itests/util/pom.xml +++ itests/util/pom.xml @@ -64,7 +64,6 @@ junit junit - ${junit.version} diff --git jdbc/pom.xml jdbc/pom.xml index ec6bbb6..6f5fb62 100644 --- jdbc/pom.xml +++ jdbc/pom.xml @@ -63,22 +63,18 @@ commons-logging commons-logging - ${commons-logging.version} org.apache.httpcomponents httpclient - ${httpcomponents.client.version} org.apache.httpcomponents httpcore - ${httpcomponents.core.version} org.apache.thrift libthrift - ${libthrift.version} diff --git metastore/pom.xml metastore/pom.xml index 11485fb..7fc4143 100644 --- metastore/pom.xml +++ metastore/pom.xml @@ -48,81 +48,66 @@ com.google.guava guava - ${guava.version} com.jolbox bonecp - ${bonecp.version} runtime commons-cli commons-cli - ${commons-cli.version} commons-lang commons-lang - ${commons-lang.version} commons-logging commons-logging - ${commons-logging.version} org.apache.derby derby - ${derby.version} org.datanucleus datanucleus-api-jdo - ${datanucleus-api-jdo.version} org.datanucleus datanucleus-core - ${datanucleus-core.version} org.datanucleus datanucleus-rdbms - ${datanucleus-rdbms.version} javax.jdo jdo-api - ${jdo-api.version} org.antlr antlr-runtime - ${antlr.version} org.apache.thrift libfb303 - ${libfb303.version} org.apache.thrift libthrift - ${libthrift.version} junit junit - ${junit.version} test org.mockito mockito-all - ${mockito-all.version} test diff --git ql/pom.xml ql/pom.xml index f1367b2..e078b2b 100644 --- ql/pom.xml +++ ql/pom.xml @@ -64,82 +64,66 @@ com.esotericsoftware.kryo kryo - ${kryo.version} commons-codec commons-codec - ${commons-codec.version} commons-httpclient commons-httpclient - ${commons-httpclient.version} commons-io commons-io - ${commons-io.version} commons-lang commons-lang - ${commons-lang.version} commons-logging commons-logging - ${commons-logging.version} javolution javolution - ${javolution.version} log4j log4j - ${log4j.version} org.antlr antlr-runtime - ${antlr.version} org.antlr ST4 - ${ST4.version} org.apache.avro avro - ${avro.version} org.apache.avro avro-mapred - ${avro.version} org.apache.ant ant - ${ant.version} org.apache.commons commons-compress - ${commons-compress.version} org.apache.thrift libfb303 - ${libfb303.version} org.apache.thrift libthrift - ${libthrift.version} org.apache.zookeeper @@ -149,71 +133,58 @@ org.codehaus.groovy groovy-all - ${groovy.version} org.codehaus.jackson jackson-core-asl - ${jackson.version} org.codehaus.jackson jackson-mapper-asl - ${jackson.version} org.datanucleus datanucleus-core - ${datanucleus-core.version} com.google.guava guava - ${guava.version} com.google.protobuf protobuf-java - ${protobuf.version} com.googlecode.javaewah JavaEWAH - ${javaewah.version} org.iq80.snappy snappy - ${snappy.version} org.json json - ${json.version} stax stax-api - ${stax.version} junit junit - ${junit.version} test org.apache.mina mina-core - ${mina.version} test org.mockito mockito-all - ${mockito-all.version} test diff --git serde/pom.xml serde/pom.xml index 27afa23..8f6e886 100644 --- serde/pom.xml +++ serde/pom.xml @@ -48,39 +48,32 @@ commons-codec commons-codec - ${commons-codec.version} commons-lang commons-lang - ${commons-lang.version} commons-logging commons-logging - ${commons-logging.version} org.apache.avro avro - ${avro.version} org.apache.thrift libthrift - ${libthrift.version} junit junit - ${junit.version} test org.mockito mockito-all - ${mockito-all.version} test diff --git service/pom.xml service/pom.xml index 533f832..319c9b6 100644 --- service/pom.xml +++ service/pom.xml @@ -48,43 +48,35 @@ commons-codec commons-codec - ${commons-codec.version} commons-cli commons-cli - ${commons-cli.version} commons-lang commons-lang - ${commons-lang.version} commons-logging commons-logging - ${commons-logging.version} org.mortbay.jetty jetty - ${jetty.version} org.mortbay.jetty jetty-util - ${jetty.version} org.apache.thrift libfb303 - ${libfb303.version} org.apache.thrift libthrift - ${libthrift.version} @@ -98,7 +90,6 @@ junit junit - ${junit.version} test diff --git shims/0.20/pom.xml shims/0.20/pom.xml index c90b992..501a1c6 100644 --- shims/0.20/pom.xml +++ shims/0.20/pom.xml @@ -62,7 +62,6 @@ org.mortbay.jetty jetty - ${jetty.version} diff --git shims/0.20S/pom.xml shims/0.20S/pom.xml index 964be23..5566e32 100644 --- shims/0.20S/pom.xml +++ shims/0.20S/pom.xml @@ -56,7 +56,6 @@ org.mortbay.jetty jetty - ${jetty.version} diff --git shims/0.23/pom.xml shims/0.23/pom.xml index 9e9b836..bd76a09 100644 --- shims/0.23/pom.xml +++ shims/0.23/pom.xml @@ -44,12 +44,10 @@ commons-lang commons-lang - ${commons-lang.version} commons-logging commons-logging - ${commons-logging.version} org.apache.hadoop @@ -86,7 +84,6 @@ org.mortbay.jetty jetty - ${jetty.version} diff --git shims/common-secure/pom.xml shims/common-secure/pom.xml index 86de522..5cb85e8 100644 --- shims/common-secure/pom.xml +++ shims/common-secure/pom.xml @@ -44,17 +44,14 @@ commons-codec commons-codec - ${commons-codec.version} commons-lang commons-lang - ${commons-lang.version} commons-logging commons-logging - ${commons-logging.version} org.apache.hadoop @@ -71,7 +68,6 @@ org.apache.thrift libthrift - ${libthrift.version} org.apache.zookeeper diff --git shims/common/pom.xml shims/common/pom.xml index a6376f1..230135f 100644 --- shims/common/pom.xml +++ shims/common/pom.xml @@ -38,17 +38,14 @@ commons-logging commons-logging - ${commons-logging.version} log4j log4j - ${log4j.version} com.google.guava guava - ${guava.version} org.apache.hadoop @@ -59,7 +56,6 @@ org.apache.thrift libthrift - ${libthrift.version} diff --git testutils/pom.xml testutils/pom.xml index 54ff7ae..94d3416 100644 --- testutils/pom.xml +++ testutils/pom.xml @@ -37,12 +37,10 @@ com.google.code.tempus-fugit tempus-fugit - ${tempus-fugit.version} junit junit - ${junit.version} diff --git testutils/ptest2/pom.xml testutils/ptest2/pom.xml index 468ed26..43b009f 100644 --- testutils/ptest2/pom.xml +++ testutils/ptest2/pom.xml @@ -46,27 +46,22 @@ limitations under the License. commons-io commons-io - 2.1 commons-cli commons-cli - 1.2 commons-lang commons-lang - 2.5 com.google.guava guava - 14.0 log4j log4j - 1.2.17 com.sun.jdmk @@ -81,91 +76,74 @@ limitations under the License. org.apache.httpcomponents httpclient - 4.2.5 org.apache.jclouds jclouds-core - 1.6.1-incubating org.apache.jclouds jclouds-compute - 1.6.1-incubating org.apache.jclouds.provider aws-ec2 - 1.6.1-incubating org.apache.jclouds.api ec2 - 1.6.1-incubating org.apache.jclouds.driver jclouds-sshj - 1.6.1-incubating org.apache.jclouds.driver jclouds-log4j - 1.6.1-incubating org.apache.velocity velocity - 1.7 org.codehaus.jackson jackson-mapper-asl - 1.9.12 org.slf4j slf4j-api - 1.6.1 org.slf4j slf4j-log4j12 - 1.6.1 org.springframework spring-web - 3.2.1.RELEASE org.springframework spring-webmvc - 3.2.1.RELEASE xml-apis xml-apis - 1.0.b2 approvaltests ApprovalsJava - 013 test junit junit - 4.10 test org.mockito mockito-all - 1.9.0 test