This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.jcr.jackrabbit.usermanager-2.0.4 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-jackrabbit-usermanager.git
commit a85b4aa853d3947fb272c1f88a4781130eb9856b Author: Felix Meschberger <[email protected]> AuthorDate: Wed Dec 2 14:51:29 2009 +0000 SLING-1208 Require Jackrabbit API 1.6 to be sure ... git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/jcr/jackrabbit-usermanager@886163 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 55b1ca1..70948a9 100644 --- a/pom.xml +++ b/pom.xml @@ -87,7 +87,7 @@ <dependency> <groupId>org.apache.jackrabbit</groupId> <artifactId>jackrabbit-api</artifactId> - <version>1.5.0</version> + <version>1.6.0</version> </dependency> <dependency> <groupId>org.apache.sling</groupId> @@ -95,11 +95,6 @@ <version>2.0.4-incubator</version> </dependency> <dependency> - <groupId>org.apache.jackrabbit</groupId> - <artifactId>jackrabbit-api</artifactId> - <version>1.5.0</version> - </dependency> - <dependency> <groupId>org.osgi</groupId> <artifactId>org.osgi.core</artifactId> </dependency> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
