From cdbd35373ccfdec6e174d48368e5a2578555ef34 Mon Sep 17 00:00:00 2001 From: Arun Mahadevan Date: Tue, 20 Feb 2018 12:23:20 -0800 Subject: [PATCH] STORM-2968: Exclude avro and commons-beanutils dependency from storm-autocreds --- external/storm-autocreds/pom.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/external/storm-autocreds/pom.xml b/external/storm-autocreds/pom.xml index fbe1f039782..b299cc8dab8 100644 --- a/external/storm-autocreds/pom.xml +++ b/external/storm-autocreds/pom.xml @@ -79,6 +79,18 @@ com.sun.jersey jersey-core + + commons-beanutils + commons-beanutils-core + + + commons-beanutils + commons-beanutils + + + org.apache.avro + avro + @@ -113,6 +125,10 @@ org.apache.calcite calcite-avatica + + org.apache.avro + avro +