From f190edb62973fae9253e059f4641dc1a7c4a9acc Mon Sep 17 00:00:00 2001 From: Ashutosh Chauhan Date: Thu, 19 Oct 2017 08:49:55 -0700 Subject: [PATCH] HIVE-17847 : Exclude net.hydromatic:aggdesigner-algorithm jar as compile and runtime dependency --- ql/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ql/pom.xml b/ql/pom.xml index 59c4260682..7ed8f27320 100644 --- a/ql/pom.xml +++ b/ql/pom.xml @@ -365,6 +365,10 @@ in hive's use of datanucleus. --> + net.hydromatic + aggdesigner-algorithm + + org.hsqldb hsqldb -- 2.13.5 (Apple Git-94)