From 9b89cf0a0e418ad243f88c527577f0c4886bf8e0 Mon Sep 17 00:00:00 2001 From: Aaron Dossett Date: Tue, 30 Jun 2015 14:49:38 -0500 Subject: [PATCH] resolve calcite dependency conflict --- external/storm-hive/pom.xml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/external/storm-hive/pom.xml b/external/storm-hive/pom.xml index 406bc21976f..731abe2048c 100644 --- a/external/storm-hive/pom.xml +++ b/external/storm-hive/pom.xml @@ -52,6 +52,14 @@ org.slf4j slf4j-log4j12 + + org.apache.calcite + calcite-core + + + org.apache.calcite + calcite-avatica + @@ -64,6 +72,14 @@ org.slf4j slf4j-log4j12 + + org.apache.calcite + calcite-avatica + + + org.apache.calcite + calcite-core + @@ -75,6 +91,14 @@ org.slf4j slf4j-log4j12 + + org.apache.calcite + calcite-core + + + org.apache.calcite + calcite-avatica +