From de1103530618eea54240a7c244b5855e1c7025eb 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 0e4a1cf69a4..49e9ecc7465 100644 --- a/external/storm-autocreds/pom.xml +++ b/external/storm-autocreds/pom.xml @@ -69,6 +69,18 @@ jersey-client com.sun.jersey + + commons-beanutils + commons-beanutils-core + + + commons-beanutils + commons-beanutils + + + org.apache.avro + avro + @@ -103,6 +115,10 @@ org.apache.calcite calcite-avatica + + org.apache.avro + avro +