You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@curator.apache.org by md...@apache.org on 2015/08/14 21:28:11 UTC

[1/2] curator git commit: CURATOR-234 Add slf4j-log4j12 test dependency

Repository: curator
Updated Branches:
  refs/heads/CURATOR-231 [created] 9a444faca
  refs/heads/master 41f49ec37 -> e8aff9a60


CURATOR-234 Add slf4j-log4j12 test dependency


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

Branch: refs/heads/master
Commit: 9a444faca2c3e799d2494cb9968118775a9a1b0b
Parents: e71da8f
Author: Mike Drob <md...@apache.org>
Authored: Mon Jul 13 08:02:48 2015 -0500
Committer: Mike Drob <md...@apache.org>
Committed: Fri Aug 14 14:26:55 2015 -0500

----------------------------------------------------------------------
 curator-client/pom.xml    | 6 ++++++
 curator-examples/pom.xml  | 6 ++++++
 curator-framework/pom.xml | 6 ++++++
 curator-recipes/pom.xml   | 6 ++++++
 curator-test/pom.xml      | 6 ++++++
 5 files changed, 30 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/curator/blob/9a444fac/curator-client/pom.xml
----------------------------------------------------------------------
diff --git a/curator-client/pom.xml b/curator-client/pom.xml
index 22ccf28..64a3393 100644
--- a/curator-client/pom.xml
+++ b/curator-client/pom.xml
@@ -77,5 +77,11 @@
             <artifactId>testng</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/9a444fac/curator-examples/pom.xml
----------------------------------------------------------------------
diff --git a/curator-examples/pom.xml b/curator-examples/pom.xml
index 85eaaf7..406cbac 100644
--- a/curator-examples/pom.xml
+++ b/curator-examples/pom.xml
@@ -48,5 +48,11 @@
             <groupId>org.apache.curator</groupId>
             <artifactId>curator-x-discovery</artifactId>
         </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/9a444fac/curator-framework/pom.xml
----------------------------------------------------------------------
diff --git a/curator-framework/pom.xml b/curator-framework/pom.xml
index 7d9bd03..212678d 100644
--- a/curator-framework/pom.xml
+++ b/curator-framework/pom.xml
@@ -61,6 +61,12 @@
             <artifactId>testng</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/9a444fac/curator-recipes/pom.xml
----------------------------------------------------------------------
diff --git a/curator-recipes/pom.xml b/curator-recipes/pom.xml
index 8c257b7..de45404 100644
--- a/curator-recipes/pom.xml
+++ b/curator-recipes/pom.xml
@@ -67,5 +67,11 @@
             <artifactId>testng</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/9a444fac/curator-test/pom.xml
----------------------------------------------------------------------
diff --git a/curator-test/pom.xml b/curator-test/pom.xml
index 59abda2..96809d8 100644
--- a/curator-test/pom.xml
+++ b/curator-test/pom.xml
@@ -60,5 +60,11 @@
             <artifactId>testng</artifactId>
             <scope>provided</scope>
         </dependency>
+
+	<dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-log4j12</artifactId>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
 </project>


[2/2] curator git commit: Merge branch 'CURATOR-231'

Posted by md...@apache.org.
Merge branch 'CURATOR-231'


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

Branch: refs/heads/master
Commit: e8aff9a6092689662f33efac5cd9601fba5c2c64
Parents: 41f49ec 9a444fa
Author: Mike Drob <md...@apache.org>
Authored: Fri Aug 14 14:27:10 2015 -0500
Committer: Mike Drob <md...@apache.org>
Committed: Fri Aug 14 14:27:10 2015 -0500

----------------------------------------------------------------------
 curator-client/pom.xml    | 6 ++++++
 curator-examples/pom.xml  | 6 ++++++
 curator-framework/pom.xml | 6 ++++++
 curator-recipes/pom.xml   | 6 ++++++
 curator-test/pom.xml      | 6 ++++++
 5 files changed, 30 insertions(+)
----------------------------------------------------------------------