You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by sv...@apache.org on 2016/11/16 17:20:29 UTC

[5/6] brooklyn-library git commit: Exclude log4j-over-slf4j from storm dependency

Exclude log4j-over-slf4j from storm dependency


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-library/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-library/commit/23bc577c
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-library/tree/23bc577c
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-library/diff/23bc577c

Branch: refs/heads/master
Commit: 23bc577c13a7c303c5414b9980df5e89ec6ab287
Parents: 1f0a16e
Author: Sam Corbett <sa...@cloudsoftcorp.com>
Authored: Tue Nov 15 13:07:00 2016 +0000
Committer: Sam Corbett <sa...@cloudsoftcorp.com>
Committed: Wed Nov 16 14:52:19 2016 +0000

----------------------------------------------------------------------
 software/messaging/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-library/blob/23bc577c/software/messaging/pom.xml
----------------------------------------------------------------------
diff --git a/software/messaging/pom.xml b/software/messaging/pom.xml
index 5f30824..ba24573 100644
--- a/software/messaging/pom.xml
+++ b/software/messaging/pom.xml
@@ -219,6 +219,10 @@
                     <groupId>storm</groupId>
                     <artifactId>carbonite</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>org.slf4j</groupId>
+                    <artifactId>log4j-over-slf4j</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>