You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@curator.apache.org by ca...@apache.org on 2014/08/20 07:54:59 UTC

[4/4] git commit: CURATOR-141 - Reverted the logging additions to the pom.xml as they have already been covered by CURATOR-139

CURATOR-141 - Reverted the logging additions to the pom.xml as they have already been covered by CURATOR-139


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

Branch: refs/heads/CURATOR-141
Commit: 0d1397af156f1e8214b668d74583d4fb3715ffad
Parents: c623053
Author: Cam McKenzie <ca...@apache.org>
Authored: Wed Aug 20 15:54:06 2014 +1000
Committer: Cam McKenzie <ca...@apache.org>
Committed: Wed Aug 20 15:54:06 2014 +1000

----------------------------------------------------------------------
 curator-recipes/pom.xml | 6 ------
 pom.xml                 | 6 ------
 2 files changed, 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/curator/blob/0d1397af/curator-recipes/pom.xml
----------------------------------------------------------------------
diff --git a/curator-recipes/pom.xml b/curator-recipes/pom.xml
index 37155c9..13aa475 100644
--- a/curator-recipes/pom.xml
+++ b/curator-recipes/pom.xml
@@ -61,11 +61,5 @@
             <artifactId>mockito-core</artifactId>
             <scope>test</scope>
         </dependency>
-
-        <dependency>
-            <groupId>org.slf4j</groupId>
-            <artifactId>slf4j-log4j12</artifactId>
-            <scope>test</scope>
-        </dependency>
     </dependencies>
 </project>

http://git-wip-us.apache.org/repos/asf/curator/blob/0d1397af/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6840de7..60e718c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -286,12 +286,6 @@
             </dependency>
 
             <dependency>
-                <groupId>org.slf4j</groupId>
-                <artifactId>slf4j-log4j12</artifactId>
-                <version>1.7.6</version>
-            </dependency>
-
-            <dependency>
                 <groupId>org.mockito</groupId>
                 <artifactId>mockito-core</artifactId>
                 <version>1.9.5</version>