Repository: incubator-ranger Updated Branches: refs/heads/master 1d0a8e239 -> fc2453794
RANGER-931:Fix Ranger Projects pom for name change for artifacts from org.apache.calcite:calcite-avatica:calcite.version to org.apache.calcite.avatica:avatica:avatica.version Project: http://git-wip-us.apache.org/repos/asf/incubator-ranger/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ranger/commit/fc245379 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ranger/tree/fc245379 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ranger/diff/fc245379 Branch: refs/heads/master Commit: fc2453794ff59deec93c263917bc6dec42ff9fcf Parents: 1d0a8e2 Author: rmani <[email protected]> Authored: Sat Apr 16 09:23:47 2016 -0700 Committer: rmani <[email protected]> Committed: Sat Apr 16 09:23:47 2016 -0700 ---------------------------------------------------------------------- hdfs-agent/pom.xml | 10 +++++----- hive-agent/pom.xml | 10 +++++----- pom.xml | 1 + ranger-hive-utils/pom.xml | 6 +++--- 4 files changed, 14 insertions(+), 13 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/fc245379/hdfs-agent/pom.xml ---------------------------------------------------------------------- diff --git a/hdfs-agent/pom.xml b/hdfs-agent/pom.xml index f6c4347..5918f9f 100644 --- a/hdfs-agent/pom.xml +++ b/hdfs-agent/pom.xml @@ -50,11 +50,11 @@ <artifactId>calcite-core</artifactId> <version>${calcite.version}</version> </dependency> - <dependency> - <groupId>org.apache.calcite</groupId> - <artifactId>calcite-avatica</artifactId> - <version>${calcite.version}</version> - </dependency> + <dependency> + <groupId>org.apache.calcite.avatica</groupId> + <artifactId>avatica</artifactId> + <version>${avatica.version}</version> + </dependency> <dependency> <groupId>org.apache.tez</groupId> <artifactId>tez-api</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/fc245379/hive-agent/pom.xml ---------------------------------------------------------------------- diff --git a/hive-agent/pom.xml b/hive-agent/pom.xml index 4cf9c5c..a7ee08b 100644 --- a/hive-agent/pom.xml +++ b/hive-agent/pom.xml @@ -36,11 +36,11 @@ <artifactId>calcite-core</artifactId> <version>${calcite.version}</version> </dependency> - <dependency> - <groupId>org.apache.calcite</groupId> - <artifactId>calcite-avatica</artifactId> - <version>${calcite.version}</version> - </dependency> + <dependency> + <groupId>org.apache.calcite.avatica</groupId> + <artifactId>avatica</artifactId> + <version>${avatica.version}</version> + </dependency> <dependency> <groupId>org.apache.tez</groupId> <artifactId>tez-api</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/fc245379/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index ff16abd..ed4b44f 100644 --- a/pom.xml +++ b/pom.xml @@ -151,6 +151,7 @@ <httpcomponent.httpclient.version>4.2.5</httpcomponent.httpclient.version> <httpcomponent.httpcore.version>4.2.5</httpcomponent.httpcore.version> <calcite.version>0.9.2-incubating</calcite.version> + <avatica.version>1.7.1</avatica.version> <tez.version>0.5.2</tez.version> <javassist.version>3.12.1.GA</javassist.version> <javax.persistence.version>2.1.0</javax.persistence.version> http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/fc245379/ranger-hive-utils/pom.xml ---------------------------------------------------------------------- diff --git a/ranger-hive-utils/pom.xml b/ranger-hive-utils/pom.xml index 679358f..f3f55b3 100644 --- a/ranger-hive-utils/pom.xml +++ b/ranger-hive-utils/pom.xml @@ -37,9 +37,9 @@ <version>${calcite.version}</version> </dependency> <dependency> - <groupId>org.apache.calcite</groupId> - <artifactId>calcite-avatica</artifactId> - <version>${calcite.version}</version> + <groupId>org.apache.calcite.avatica</groupId> + <artifactId>avatica</artifactId> + <version>${avatica.version}</version> </dependency> <dependency> <groupId>commons-lang</groupId>
