From e0c1d1d35ad8bd002bd4ee4c288d73bc88155bcd Mon Sep 17 00:00:00 2001 From: Mike Drob Date: Mon, 13 Jul 2015 08:02:48 -0500 Subject: [PATCH] CURATOR-234 Add slf4j-log4j12 test dependency --- 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(+) diff --git a/curator-client/pom.xml b/curator-client/pom.xml index 22ccf28ba7..64a3393711 100644 --- a/curator-client/pom.xml +++ b/curator-client/pom.xml @@ -77,5 +77,11 @@ testng test + + + org.slf4j + slf4j-log4j12 + test + diff --git a/curator-examples/pom.xml b/curator-examples/pom.xml index 85eaaf7478..406cbac893 100644 --- a/curator-examples/pom.xml +++ b/curator-examples/pom.xml @@ -48,5 +48,11 @@ org.apache.curator curator-x-discovery + + + org.slf4j + slf4j-log4j12 + test + diff --git a/curator-framework/pom.xml b/curator-framework/pom.xml index 7d9bd03bf1..212678ded3 100644 --- a/curator-framework/pom.xml +++ b/curator-framework/pom.xml @@ -61,6 +61,12 @@ testng test + + + org.slf4j + slf4j-log4j12 + test + diff --git a/curator-recipes/pom.xml b/curator-recipes/pom.xml index 8c257b7318..de45404127 100644 --- a/curator-recipes/pom.xml +++ b/curator-recipes/pom.xml @@ -67,5 +67,11 @@ testng test + + + org.slf4j + slf4j-log4j12 + test + diff --git a/curator-test/pom.xml b/curator-test/pom.xml index 59abda2ba7..96809d865a 100644 --- a/curator-test/pom.xml +++ b/curator-test/pom.xml @@ -60,5 +60,11 @@ testng provided + + + org.slf4j + slf4j-log4j12 + test +