You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@asterixdb.apache.org by ti...@apache.org on 2016/12/02 17:23:10 UTC

asterixdb git commit: remove duplicate dependency

Repository: asterixdb
Updated Branches:
  refs/heads/master 2772f12ac -> 11db8e30e


remove duplicate dependency

Change-Id: Ibc532c40854802275a7b94941afd5c26733158b2
Reviewed-on: https://asterix-gerrit.ics.uci.edu/1369
Sonar-Qube: Jenkins <je...@fulliautomatix.ics.uci.edu>
Tested-by: Jenkins <je...@fulliautomatix.ics.uci.edu>
Integration-Tests: Jenkins <je...@fulliautomatix.ics.uci.edu>
Reviewed-by: Michael Blow <mb...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/asterixdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/asterixdb/commit/11db8e30
Tree: http://git-wip-us.apache.org/repos/asf/asterixdb/tree/11db8e30
Diff: http://git-wip-us.apache.org/repos/asf/asterixdb/diff/11db8e30

Branch: refs/heads/master
Commit: 11db8e30ea0b29a0b3c3fbc4bcd9ad3663b4af18
Parents: 2772f12
Author: Till Westmann <ti...@apache.org>
Authored: Thu Dec 1 09:44:46 2016 -0800
Committer: Till Westmann <ti...@apache.org>
Committed: Fri Dec 2 09:22:37 2016 -0800

----------------------------------------------------------------------
 asterixdb/asterix-common/pom.xml | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/asterixdb/blob/11db8e30/asterixdb/asterix-common/pom.xml
----------------------------------------------------------------------
diff --git a/asterixdb/asterix-common/pom.xml b/asterixdb/asterix-common/pom.xml
index 0a14100..8257056 100644
--- a/asterixdb/asterix-common/pom.xml
+++ b/asterixdb/asterix-common/pom.xml
@@ -222,10 +222,6 @@
     </dependency>
     <dependency>
       <groupId>org.apache.hyracks</groupId>
-      <artifactId>hyracks-storage-am-common</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.hyracks</groupId>
       <artifactId>hyracks-storage-common</artifactId>
     </dependency>
     <dependency>