You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2016/01/30 04:38:44 UTC

[19/29] incubator-brooklyn git commit: Update storm dependency

Update storm dependency

- exclude storm:carbonite transitive dependency


Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/552f4b77
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/552f4b77
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/552f4b77

Branch: refs/heads/master
Commit: 552f4b776aab21d7ea8e42d0ac2f6e82ac5a398e
Parents: e14a16b
Author: Valentin Aitken <va...@cloudsoftcorp.com>
Authored: Tue Jan 26 23:55:40 2016 +0200
Committer: Valentin Aitken <va...@cloudsoftcorp.com>
Committed: Tue Jan 26 23:55:40 2016 +0200

----------------------------------------------------------------------
 brooklyn-library/pom.xml                    | 2 +-
 brooklyn-library/software/messaging/pom.xml | 6 +++++-
 2 files changed, 6 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/552f4b77/brooklyn-library/pom.xml
----------------------------------------------------------------------
diff --git a/brooklyn-library/pom.xml b/brooklyn-library/pom.xml
index 71b87f4..2b6ba8d 100644
--- a/brooklyn-library/pom.xml
+++ b/brooklyn-library/pom.xml
@@ -86,7 +86,7 @@
         <activemq.version>5.10.0</activemq.version>
         <rabbitmq-version>2.8.7</rabbitmq-version>
         <kafka.version>0.8.2.1</kafka.version>
-        <storm.version>0.8.2</storm.version>
+        <storm.version>0.9.0.1</storm.version>
         <redis.version>1.5.2</redis.version>
         
     </properties>

http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/552f4b77/brooklyn-library/software/messaging/pom.xml
----------------------------------------------------------------------
diff --git a/brooklyn-library/software/messaging/pom.xml b/brooklyn-library/software/messaging/pom.xml
index 83e7ef0..57b2ff0 100644
--- a/brooklyn-library/software/messaging/pom.xml
+++ b/brooklyn-library/software/messaging/pom.xml
@@ -181,7 +181,7 @@
         <!-- for storm -->
 		<dependency>
 			<groupId>storm</groupId>
-			<artifactId>storm</artifactId>
+			<artifactId>storm-core</artifactId>
 			<version>${storm.version}</version>
 			<!-- keep storm out of the jar-with-dependencies -->
             <scope>test</scope>
@@ -215,6 +215,10 @@
                     <groupId>commons-codec</groupId>
                     <artifactId>commons-codec</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>storm</groupId>
+                    <artifactId>carbonite</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>