cayenne-dbsync tests should be bridged to SLF instead of JUL

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

Branch: refs/heads/master
Commit: 67550ecdbd52f6c15b2b05fda5c4dab856fa92fd
Parents: 2a2de3b
Author: Andrus Adamchik <and...@objectstyle.com>
Authored: Sun Dec 11 15:10:10 2016 +0300
Committer: Andrus Adamchik <and...@objectstyle.com>
Committed: Sun Dec 11 15:10:10 2016 +0300

----------------------------------------------------------------------
 cayenne-dbsync/pom.xml | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cayenne/blob/67550ecd/cayenne-dbsync/pom.xml
----------------------------------------------------------------------
diff --git a/cayenne-dbsync/pom.xml b/cayenne-dbsync/pom.xml
index c30b951..f033300 100644
--- a/cayenne-dbsync/pom.xml
+++ b/cayenne-dbsync/pom.xml
@@ -64,6 +64,21 @@
                        <scope>test</scope>
                        <type>test-jar</type>
                </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>
 
                <dependency>
                        <groupId>org.apache.cayenne.build-tools</groupId>

Reply via email to