Repository: cayenne
Updated Branches:
  refs/heads/master bd1b109a9 -> bf689bfd0


- jcl-over-slf4j dependencies


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

Branch: refs/heads/master
Commit: f0df0dfebc4c795b09c37eac3a1bcfb673e6abc7
Parents: bd1b109
Author: Maxim Petrusevich <maks1...@gmail.com>
Authored: Sat Apr 29 11:10:49 2017 +0300
Committer: Maxim Petrusevich <maks1...@gmail.com>
Committed: Sat Apr 29 11:10:49 2017 +0300

----------------------------------------------------------------------
 cayenne-ant/pom.xml       | 5 -----
 cayenne-client/pom.xml    | 5 -----
 cayenne-crypto/pom.xml    | 5 -----
 cayenne-dbsync/pom.xml    | 5 -----
 cayenne-java8/pom.xml     | 5 -----
 cayenne-jcache/pom.xml    | 5 -----
 cayenne-joda/pom.xml      | 5 -----
 cayenne-lifecycle/pom.xml | 5 -----
 cayenne-project/pom.xml   | 5 -----
 cayenne-server/pom.xml    | 5 -----
 pom.xml                   | 5 -----
 11 files changed, 55 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cayenne/blob/f0df0dfe/cayenne-ant/pom.xml
----------------------------------------------------------------------
diff --git a/cayenne-ant/pom.xml b/cayenne-ant/pom.xml
index 343f857..5182e6e 100644
--- a/cayenne-ant/pom.xml
+++ b/cayenne-ant/pom.xml
@@ -95,11 +95,6 @@
         </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>
-            <artifactId>jcl-over-slf4j</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.slf4j</groupId>
             <artifactId>slf4j-simple</artifactId>
             <scope>test</scope>
         </dependency>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/f0df0dfe/cayenne-client/pom.xml
----------------------------------------------------------------------
diff --git a/cayenne-client/pom.xml b/cayenne-client/pom.xml
index 1fe9107..b333dec 100644
--- a/cayenne-client/pom.xml
+++ b/cayenne-client/pom.xml
@@ -76,11 +76,6 @@
                </dependency>
                <dependency>
                <groupId>org.slf4j</groupId>
-               <artifactId>jcl-over-slf4j</artifactId>
-               <scope>test</scope>
-               </dependency>
-               <dependency>
-               <groupId>org.slf4j</groupId>
                <artifactId>slf4j-simple</artifactId>
                <scope>test</scope>
                </dependency>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/f0df0dfe/cayenne-crypto/pom.xml
----------------------------------------------------------------------
diff --git a/cayenne-crypto/pom.xml b/cayenne-crypto/pom.xml
index 5bbab54..daa2e1f 100644
--- a/cayenne-crypto/pom.xml
+++ b/cayenne-crypto/pom.xml
@@ -59,11 +59,6 @@
                </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>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/f0df0dfe/cayenne-dbsync/pom.xml
----------------------------------------------------------------------
diff --git a/cayenne-dbsync/pom.xml b/cayenne-dbsync/pom.xml
index 560a92d..9f859c0 100644
--- a/cayenne-dbsync/pom.xml
+++ b/cayenne-dbsync/pom.xml
@@ -79,11 +79,6 @@
                        <artifactId>slf4j-simple</artifactId>
                        <scope>test</scope>
                </dependency>
-               <dependency>
-               <groupId>org.slf4j</groupId>
-               <artifactId>jcl-over-slf4j</artifactId>
-               <scope>test</scope>
-               </dependency>
 
                <dependency>
                        <groupId>org.apache.cayenne.build-tools</groupId>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/f0df0dfe/cayenne-java8/pom.xml
----------------------------------------------------------------------
diff --git a/cayenne-java8/pom.xml b/cayenne-java8/pom.xml
index c348deb..348daa2 100644
--- a/cayenne-java8/pom.xml
+++ b/cayenne-java8/pom.xml
@@ -55,11 +55,6 @@
                </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>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/f0df0dfe/cayenne-jcache/pom.xml
----------------------------------------------------------------------
diff --git a/cayenne-jcache/pom.xml b/cayenne-jcache/pom.xml
index c818a2d..b38e621 100644
--- a/cayenne-jcache/pom.xml
+++ b/cayenne-jcache/pom.xml
@@ -95,11 +95,6 @@
         </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>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/f0df0dfe/cayenne-joda/pom.xml
----------------------------------------------------------------------
diff --git a/cayenne-joda/pom.xml b/cayenne-joda/pom.xml
index cd62780..29fd694 100644
--- a/cayenne-joda/pom.xml
+++ b/cayenne-joda/pom.xml
@@ -84,11 +84,6 @@
                </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>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/f0df0dfe/cayenne-lifecycle/pom.xml
----------------------------------------------------------------------
diff --git a/cayenne-lifecycle/pom.xml b/cayenne-lifecycle/pom.xml
index 678812c..ddb44c9 100644
--- a/cayenne-lifecycle/pom.xml
+++ b/cayenne-lifecycle/pom.xml
@@ -57,11 +57,6 @@
                </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>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/f0df0dfe/cayenne-project/pom.xml
----------------------------------------------------------------------
diff --git a/cayenne-project/pom.xml b/cayenne-project/pom.xml
index c8c5675..37b6800 100644
--- a/cayenne-project/pom.xml
+++ b/cayenne-project/pom.xml
@@ -68,11 +68,6 @@
         </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>
-            <artifactId>jcl-over-slf4j</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.slf4j</groupId>
             <artifactId>slf4j-simple</artifactId>
             <scope>test</scope>
         </dependency>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/f0df0dfe/cayenne-server/pom.xml
----------------------------------------------------------------------
diff --git a/cayenne-server/pom.xml b/cayenne-server/pom.xml
index 9d05911..07716a4 100644
--- a/cayenne-server/pom.xml
+++ b/cayenne-server/pom.xml
@@ -113,11 +113,6 @@
                        <artifactId>mockrunner</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-simple</artifactId>

http://git-wip-us.apache.org/repos/asf/cayenne/blob/f0df0dfe/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 6ed6a6b..ef3797a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -440,11 +440,6 @@
                <version>1.5</version>
                <scope>test</scope>
                </dependency>
-               <dependency>
-                       <groupId>org.slf4j</groupId>
-                       <artifactId>jcl-over-slf4j</artifactId>
-                       <version>${slf4j.version}</version>
-                       </dependency>
                        <dependency>
                        <groupId>org.slf4j</groupId>
                        <artifactId>slf4j-api</artifactId>

Reply via email to