Repository: hive
Updated Branches:
  refs/heads/master f6b61d600 -> 637fba222


HIVE-17137: Fix javolution conflict (Pengcheng Xiong, reviewed by Jesus Camacho 
Rodriguez)


Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/637fba22
Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/637fba22
Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/637fba22

Branch: refs/heads/master
Commit: 637fba222436a4647b68251406172022b4fd521a
Parents: f6b61d6
Author: Pengcheng Xiong <pxi...@apache.org>
Authored: Fri Jul 21 10:41:42 2017 -0700
Committer: Pengcheng Xiong <pxi...@apache.org>
Committed: Fri Jul 21 10:41:42 2017 -0700

----------------------------------------------------------------------
 ql/pom.xml | 5 -----
 1 file changed, 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/637fba22/ql/pom.xml
----------------------------------------------------------------------
diff --git a/ql/pom.xml b/ql/pom.xml
index e17fe50..5732965 100644
--- a/ql/pom.xml
+++ b/ql/pom.xml
@@ -364,11 +364,6 @@
       <version>${datanucleus-core.version}</version>
     </dependency>
     <dependency>
-      <groupId>javolution</groupId>
-      <artifactId>javolution</artifactId>
-      <version>${javolution.version}</version>
-    </dependency>
-    <dependency>
       <groupId>org.apache.calcite</groupId>
       <artifactId>calcite-core</artifactId>
       <version>${calcite.version}</version>

Reply via email to