You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by aa...@apache.org on 2014/11/02 19:33:47 UTC

git commit: for cleaner output of unit tests bridging Cayenne with SLF4J

Repository: cayenne
Updated Branches:
  refs/heads/master 617628c7f -> 2584967e7


for cleaner output of unit tests bridging Cayenne with SLF4J


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

Branch: refs/heads/master
Commit: 2584967e7868f99877f5c67fd8b5fe33f92574ec
Parents: 617628c
Author: aadamchik <aa...@apache.org>
Authored: Sun Nov 2 21:29:14 2014 +0300
Committer: aadamchik <aa...@apache.org>
Committed: Sun Nov 2 21:30:42 2014 +0300

----------------------------------------------------------------------
 cayenne-client/pom.xml    | 15 +++++++++++++++
 cayenne-crypto/pom.xml    | 15 +++++++++++++++
 cayenne-lifecycle/pom.xml | 15 +++++++++++++++
 cayenne-server/pom.xml    | 15 +++++++++++++++
 pom.xml                   | 15 +++++++++++++++
 5 files changed, 75 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cayenne/blob/2584967e/cayenne-client/pom.xml
----------------------------------------------------------------------
diff --git a/cayenne-client/pom.xml b/cayenne-client/pom.xml
index 03b9bde..82dacbf 100644
--- a/cayenne-client/pom.xml
+++ b/cayenne-client/pom.xml
@@ -75,6 +75,21 @@
 			<type>test-jar</type>
 			<scope>test</scope>
 		</dependency>
+		<dependency>
+    		<groupId>org.slf4j</groupId>
+    		<artifactId>jcl-over-slf4j</artifactId>
+    		<scope>test</scope>
+		</dependency>
+		<dependency>
+    		<groupId>org.slf4j</groupId>
+    		<artifactId>slf4j-api</artifactId>
+    		<scope>test</scope>
+		</dependency>
+		<dependency>
+    		<groupId>org.slf4j</groupId>
+    		<artifactId>slf4j-simple</artifactId>
+    		<scope>test</scope>
+		</dependency>
 	</dependencies>
 	<build>
 		<plugins>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/2584967e/cayenne-crypto/pom.xml
----------------------------------------------------------------------
diff --git a/cayenne-crypto/pom.xml b/cayenne-crypto/pom.xml
index d33b1bd..a7b43c2 100644
--- a/cayenne-crypto/pom.xml
+++ b/cayenne-crypto/pom.xml
@@ -51,6 +51,21 @@
 			<artifactId>hsqldb</artifactId>
 			<scope>test</scope>
 		</dependency>
+		<dependency>
+    		<groupId>org.slf4j</groupId>
+    		<artifactId>jcl-over-slf4j</artifactId>
+    		<scope>test</scope>
+		</dependency>
+		<dependency>
+    		<groupId>org.slf4j</groupId>
+    		<artifactId>slf4j-api</artifactId>
+    		<scope>test</scope>
+		</dependency>
+		<dependency>
+    		<groupId>org.slf4j</groupId>
+    		<artifactId>slf4j-simple</artifactId>
+    		<scope>test</scope>
+		</dependency>
 	</dependencies>
 	<build>
 		<plugins>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/2584967e/cayenne-lifecycle/pom.xml
----------------------------------------------------------------------
diff --git a/cayenne-lifecycle/pom.xml b/cayenne-lifecycle/pom.xml
index 3318e2d..081519e 100644
--- a/cayenne-lifecycle/pom.xml
+++ b/cayenne-lifecycle/pom.xml
@@ -58,6 +58,21 @@
 			<artifactId>hsqldb</artifactId>
 			<scope>test</scope>
 		</dependency>
+		<dependency>
+    		<groupId>org.slf4j</groupId>
+    		<artifactId>jcl-over-slf4j</artifactId>
+    		<scope>test</scope>
+		</dependency>
+		<dependency>
+    		<groupId>org.slf4j</groupId>
+    		<artifactId>slf4j-api</artifactId>
+    		<scope>test</scope>
+		</dependency>
+		<dependency>
+    		<groupId>org.slf4j</groupId>
+    		<artifactId>slf4j-simple</artifactId>
+    		<scope>test</scope>
+		</dependency>
 	</dependencies>
 		<build>
 		<plugins>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/2584967e/cayenne-server/pom.xml
----------------------------------------------------------------------
diff --git a/cayenne-server/pom.xml b/cayenne-server/pom.xml
index 8fe7724..7c313b7 100644
--- a/cayenne-server/pom.xml
+++ b/cayenne-server/pom.xml
@@ -154,6 +154,21 @@
             <artifactId>datafactory</artifactId>
             <scope>test</scope>
         </dependency>
+        <dependency>
+    		<groupId>org.slf4j</groupId>
+    		<artifactId>jcl-over-slf4j</artifactId>
+    		<scope>test</scope>
+		</dependency>
+		<dependency>
+    		<groupId>org.slf4j</groupId>
+    		<artifactId>slf4j-api</artifactId>
+    		<scope>test</scope>
+		</dependency>
+		<dependency>
+    		<groupId>org.slf4j</groupId>
+    		<artifactId>slf4j-simple</artifactId>
+    		<scope>test</scope>
+		</dependency>
     </dependencies>
 	<build>
 		<resources>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/2584967e/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d531093..d5c1f76 100644
--- a/pom.xml
+++ b/pom.xml
@@ -490,6 +490,21 @@
             	<version>1.5</version>
             	<scope>test</scope>
         	</dependency>
+        	<dependency>
+    			<groupId>org.slf4j</groupId>
+    			<artifactId>jcl-over-slf4j</artifactId>
+    			<version>1.7.7</version>
+			</dependency>
+			<dependency>
+    			<groupId>org.slf4j</groupId>
+    			<artifactId>slf4j-api</artifactId>
+    			<version>1.7.7</version>
+			</dependency>
+			<dependency>
+    			<groupId>org.slf4j</groupId>
+    			<artifactId>slf4j-simple</artifactId>
+    			<version>1.7.7</version>
+			</dependency>
 		</dependencies>
 	</dependencyManagement>