You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by el...@apache.org on 2016/10/12 03:20:37 UTC

calcite git commit: [CALCITE-1433] Fix missing avatica test-jar dependency

Repository: calcite
Updated Branches:
  refs/heads/master 92b3d381d -> 4edb3697f


[CALCITE-1433] Fix missing avatica test-jar dependency

During CALCITE-1224, some artifacts have been renamed. Fix avatica-server
and standalone-server modules to use the new artifact name.

Closes apache/calcite#305


Project: http://git-wip-us.apache.org/repos/asf/calcite/repo
Commit: http://git-wip-us.apache.org/repos/asf/calcite/commit/4edb3697
Tree: http://git-wip-us.apache.org/repos/asf/calcite/tree/4edb3697
Diff: http://git-wip-us.apache.org/repos/asf/calcite/diff/4edb3697

Branch: refs/heads/master
Commit: 4edb3697f6a4117da80663a14b3a5664b26dc912
Parents: 92b3d38
Author: Laurent Goujon <la...@dremio.com>
Authored: Tue Oct 11 18:25:10 2016 -0700
Committer: Josh Elser <el...@apache.org>
Committed: Tue Oct 11 23:19:08 2016 -0400

----------------------------------------------------------------------
 avatica/pom.xml                   | 2 +-
 avatica/server/pom.xml            | 4 ++--
 avatica/standalone-server/pom.xml | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/calcite/blob/4edb3697/avatica/pom.xml
----------------------------------------------------------------------
diff --git a/avatica/pom.xml b/avatica/pom.xml
index 0ef3e66..5088659 100644
--- a/avatica/pom.xml
+++ b/avatica/pom.xml
@@ -158,7 +158,7 @@ limitations under the License.
       </dependency>
       <dependency>
         <groupId>org.apache.calcite.avatica</groupId>
-        <artifactId>avatica</artifactId>
+        <artifactId>avatica-core</artifactId>
         <version>${project.version}</version>
         <type>test-jar</type>
       </dependency>

http://git-wip-us.apache.org/repos/asf/calcite/blob/4edb3697/avatica/server/pom.xml
----------------------------------------------------------------------
diff --git a/avatica/server/pom.xml b/avatica/server/pom.xml
index f774972..4c10dc6 100644
--- a/avatica/server/pom.xml
+++ b/avatica/server/pom.xml
@@ -37,7 +37,7 @@ limitations under the License.
          in dependencyManagement in the root POM, not here. -->
     <dependency>
       <groupId>org.apache.calcite.avatica</groupId>
-      <artifactId>avatica</artifactId>
+      <artifactId>avatica-core</artifactId>
     </dependency>
     <dependency>
       <groupId>javax.servlet</groupId>
@@ -67,7 +67,7 @@ limitations under the License.
     <!-- test dependencies -->
     <dependency>
       <groupId>org.apache.calcite.avatica</groupId>
-      <artifactId>avatica</artifactId>
+      <artifactId>avatica-core</artifactId>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>

http://git-wip-us.apache.org/repos/asf/calcite/blob/4edb3697/avatica/standalone-server/pom.xml
----------------------------------------------------------------------
diff --git a/avatica/standalone-server/pom.xml b/avatica/standalone-server/pom.xml
index b222321..8cb4719 100644
--- a/avatica/standalone-server/pom.xml
+++ b/avatica/standalone-server/pom.xml
@@ -35,7 +35,7 @@ limitations under the License.
          in dependencyManagement in the root POM, not here. -->
     <dependency>
       <groupId>org.apache.calcite.avatica</groupId>
-      <artifactId>avatica</artifactId>
+      <artifactId>avatica-core</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.calcite.avatica</groupId>