CAY-2280 rebase slf4j-simple in test scope
Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/04ab1bf0 Tree: http://git-wip-us.apache.org/repos/asf/cayenne/tree/04ab1bf0 Diff: http://git-wip-us.apache.org/repos/asf/cayenne/diff/04ab1bf0 Branch: refs/heads/master Commit: 04ab1bf05565b1cfcc400518a0012efa4494851b Parents: ef5e5d8 Author: Maxim Petrusevich <maks1...@gmail.com> Authored: Mon Apr 17 14:16:19 2017 +0300 Committer: Maxim Petrusevich <maks1...@gmail.com> Committed: Mon Apr 17 14:16:19 2017 +0300 ---------------------------------------------------------------------- cayenne-cache-invalidation/pom.xml | 5 +++++ cayenne-client-jetty/pom.xml | 5 +++++ cayenne-protostuff/pom.xml | 5 +++++ 3 files changed, 15 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cayenne/blob/04ab1bf0/cayenne-cache-invalidation/pom.xml ---------------------------------------------------------------------- diff --git a/cayenne-cache-invalidation/pom.xml b/cayenne-cache-invalidation/pom.xml index a59a576..ec4a84f 100644 --- a/cayenne-cache-invalidation/pom.xml +++ b/cayenne-cache-invalidation/pom.xml @@ -47,6 +47,11 @@ <scope>test</scope> </dependency> <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-simple</artifactId> + <scope>test</scope> + </dependency> + <dependency> <groupId>org.hsqldb</groupId> <artifactId>hsqldb</artifactId> <scope>test</scope> http://git-wip-us.apache.org/repos/asf/cayenne/blob/04ab1bf0/cayenne-client-jetty/pom.xml ---------------------------------------------------------------------- diff --git a/cayenne-client-jetty/pom.xml b/cayenne-client-jetty/pom.xml index 4ee6abf..1c1627d 100644 --- a/cayenne-client-jetty/pom.xml +++ b/cayenne-client-jetty/pom.xml @@ -121,6 +121,11 @@ <artifactId>junit</artifactId> <scope>test</scope> </dependency> + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-simple</artifactId> + <scope>test</scope> + </dependency> </dependencies> <build> http://git-wip-us.apache.org/repos/asf/cayenne/blob/04ab1bf0/cayenne-protostuff/pom.xml ---------------------------------------------------------------------- diff --git a/cayenne-protostuff/pom.xml b/cayenne-protostuff/pom.xml index a7326c8..5fcc618 100644 --- a/cayenne-protostuff/pom.xml +++ b/cayenne-protostuff/pom.xml @@ -87,6 +87,11 @@ <type>test-jar</type> <scope>test</scope> </dependency> + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-simple</artifactId> + <scope>test</scope> + </dependency> </dependencies> <build>