This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.testing.sling-mock-1.3.0 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-sling-mock.git
commit 5d2ffa2a50d4be57a0eda1763cc4d93fef5f4941 Author: Stefan Seifert <[email protected]> AuthorDate: Thu May 21 07:47:03 2015 +0000 SLING-4470 introduce separate "logging-mock" project for default log configuration in mock tests, remove compile-dependency on slf4j-simple git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/testing/mocks/sling-mock@1680753 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index 2114249..d0773fc 100644 --- a/pom.xml +++ b/pom.xml @@ -202,6 +202,12 @@ <version>1.9.5</version> <scope>test</scope> </dependency> + <dependency> + <groupId>org.apache.sling</groupId> + <artifactId>org.apache.sling.testing.logging-mock</artifactId> + <version>1.0.0-SNAPSHOT</version> + <scope>test</scope> + </dependency> </dependencies> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
