You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by bo...@apache.org on 2015/02/23 17:26:16 UTC

[03/23] storm git commit: Remove invalid exclusion

Remove invalid exclusion


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

Branch: refs/heads/master
Commit: 28ebb82d3a1e5364fef8f63775ac2341b991a5aa
Parents: 5c357ff
Author: Jungtaek Lim <ka...@gmail.com>
Authored: Tue Dec 30 10:22:27 2014 +0900
Committer: Jungtaek Lim <ka...@gmail.com>
Committed: Tue Dec 30 10:22:27 2014 +0900

----------------------------------------------------------------------
 external/storm-redis/pom.xml | 10 ----------
 1 file changed, 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/storm/blob/28ebb82d/external/storm-redis/pom.xml
----------------------------------------------------------------------
diff --git a/external/storm-redis/pom.xml b/external/storm-redis/pom.xml
index 1f23e90..3f89ffc 100644
--- a/external/storm-redis/pom.xml
+++ b/external/storm-redis/pom.xml
@@ -50,16 +50,6 @@
             <groupId>redis.clients</groupId>
             <artifactId>jedis</artifactId>
             <version>${jedis.version}</version>
-            <exclusions>
-                <exclusion>
-                    <groupId>org.slf4j</groupId>
-                    <artifactId>slf4j-log4j12</artifactId>
-                </exclusion>
-                <exclusion>
-                    <groupId>org.apache.zookeeper</groupId>
-                    <artifactId>zookeeper</artifactId>
-                </exclusion>
-            </exclusions>
         </dependency>
     </dependencies>
 </project>