This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.jcr.webdav-2.0.8 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-webdav.git
commit 9cc430740aef97ca57f9b7e819203551d60bd914 Author: Carsten Ziegeler <[email protected]> AuthorDate: Sun Jan 31 12:48:17 2010 +0000 Use latest jcr api to decouple modules from jcr 1.0 (contained in older jcr api releases) git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/jcr/webdav@905019 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3edb7fc..d9036c6 100644 --- a/pom.xml +++ b/pom.xml @@ -101,7 +101,7 @@ <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.jcr.api</artifactId> - <version>2.0.2-incubator</version> + <version>2.0.6</version> </dependency> <dependency> <groupId>org.apache.sling</groupId> @@ -122,6 +122,10 @@ </dependency> <dependency> + <groupId>javax.jcr</groupId> + <artifactId>jcr</artifactId> + </dependency> + <dependency> <groupId>javax.servlet</groupId> <artifactId>servlet-api</artifactId> </dependency> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
