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/CURATOR-3.0 Commit: 9a444faca2c3e799d2494cb9968118775a9a1b0b Parents: e71da8f Author: Mike Drob <[email protected]> Authored: Mon Jul 13 08:02:48 2015 -0500 Committer: Mike Drob <[email protected]> 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>
