This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-nosql-couchbase-resourceprovider.git
commit b7a2b8a9176f6cc2ed9a8f55a0e1f3130bb17527 Author: Stefan Seifert <[email protected]> AuthorDate: Thu May 21 08:54:21 2015 +0000 SLING-4381 allow null map when creating a resource git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1680767 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5345940..2e70d51 100644 --- a/pom.xml +++ b/pom.xml @@ -81,7 +81,13 @@ <version>1.2.1-SNAPSHOT</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> + <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.nosql.generic</artifactId> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
