This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.discovery.base-1.1.2 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-discovery-base.git
commit 9a0e1e9061a4b1a9b39f5c3533ecd849a97d8c2a Author: Stefan Egli <[email protected]> AuthorDate: Thu Nov 19 09:25:14 2015 +0000 SLING-5313 : using jcr-commons 2.10.1 instead of the one referenced by sling.commons.testing which is 2.2.9 git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/extensions/discovery/base@1715134 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5a08739..0699417 100644 --- a/pom.xml +++ b/pom.xml @@ -243,9 +243,16 @@ <scope>test</scope> </dependency> <dependency> + <groupId>org.apache.jackrabbit</groupId> + <artifactId>jackrabbit-jcr-commons</artifactId> + <version>2.10.1</version> + <type>bundle</type> + <scope>test</scope> + </dependency> + <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.commons.testing</artifactId> - <version>2.0.16</version> + <version>2.0.22</version> <scope>test</scope> <exclusions> <!-- slf4j simple implementation logs INFO + higher to stdout (we don't want that behaviour) --> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
