Repository: storm
Updated Branches:
  refs/heads/1.x-branch 1a5c6ccff -> 4fd3b148b


STORM-2968: Exclude avro and commons-beanutils dependency from storm-autocreds


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

Branch: refs/heads/1.x-branch
Commit: cdbd35373ccfdec6e174d48368e5a2578555ef34
Parents: d3b0298
Author: Arun Mahadevan <ar...@apache.org>
Authored: Tue Feb 20 12:23:20 2018 -0800
Committer: Arun Mahadevan <ar...@apache.org>
Committed: Tue Feb 20 12:24:45 2018 -0800

----------------------------------------------------------------------
 external/storm-autocreds/pom.xml | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/cdbd3537/external/storm-autocreds/pom.xml
----------------------------------------------------------------------
diff --git a/external/storm-autocreds/pom.xml b/external/storm-autocreds/pom.xml
index fbe1f03..b299cc8 100644
--- a/external/storm-autocreds/pom.xml
+++ b/external/storm-autocreds/pom.xml
@@ -79,6 +79,18 @@
                     <groupId>com.sun.jersey</groupId>
                     <artifactId>jersey-core</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>commons-beanutils</groupId>
+                    <artifactId>commons-beanutils-core</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>commons-beanutils</groupId>
+                    <artifactId>commons-beanutils</artifactId>
+                </exclusion>
+                <exclusion>
+                    <groupId>org.apache.avro</groupId>
+                    <artifactId>avro</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>
         <dependency>
@@ -113,6 +125,10 @@
                     <groupId>org.apache.calcite</groupId>
                     <artifactId>calcite-avatica</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>org.apache.avro</groupId>
+                    <artifactId>avro</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>
         <dependency>

Reply via email to