You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by ka...@apache.org on 2018/03/01 04:30:50 UTC

[1/2] storm git commit: STORM-2968: Exclude avro and commons-beanutils dependency from storm-autocreds

Repository: storm
Updated Branches:
  refs/heads/master 21f4173f2 -> 8baf6411f


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/de110353
Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/de110353
Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/de110353

Branch: refs/heads/master
Commit: de1103530618eea54240a7c244b5855e1c7025eb
Parents: dc4011c
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:23:20 2018 -0800

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


http://git-wip-us.apache.org/repos/asf/storm/blob/de110353/external/storm-autocreds/pom.xml
----------------------------------------------------------------------
diff --git a/external/storm-autocreds/pom.xml b/external/storm-autocreds/pom.xml
index 0e4a1cf..49e9ecc 100644
--- a/external/storm-autocreds/pom.xml
+++ b/external/storm-autocreds/pom.xml
@@ -69,6 +69,18 @@
                     <artifactId>jersey-client</artifactId>
                     <groupId>com.sun.jersey</groupId>
                 </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>
@@ -103,6 +115,10 @@
                     <groupId>org.apache.calcite</groupId>
                     <artifactId>calcite-avatica</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>org.apache.avro</groupId>
+                    <artifactId>avro</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>
         <dependency>


[2/2] storm git commit: Merge branch 'STORM-2968' of https://github.com/arunmahadevan/storm into STORM-2968-merge

Posted by ka...@apache.org.
Merge branch 'STORM-2968' of https://github.com/arunmahadevan/storm into STORM-2968-merge


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

Branch: refs/heads/master
Commit: 8baf6411f87c4550ccc521ffad3a52267ff99055
Parents: 21f4173 de11035
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Thu Mar 1 13:30:09 2018 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Thu Mar 1 13:30:09 2018 +0900

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