This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.jcr.davex-1.1.0 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-davex.git
commit eb84213378d217573119209b451267d9f8d2c656 Author: Carsten Ziegeler <[email protected]> AuthorDate: Fri Aug 12 11:25:03 2011 +0000 Clean up pom git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/jcr/davex@1157053 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 5b48d97..52e7f00 100644 --- a/pom.xml +++ b/pom.xml @@ -52,12 +52,6 @@ <!-- ignore HTTP client methods of webdav --> !org.apache.commons.httpclient.*, - <!-- ignore XML resolver of xerces --> - !org.apache.xml.resolver.*, - - <!-- don't import any sun stuff --> - !sun.*, - <!-- import the rest --> * </Import-Package> @@ -96,6 +90,12 @@ <version>2.2.5</version> <scope>compile</scope> </dependency> + <dependency> + <groupId>org.apache.jackrabbit</groupId> + <artifactId>jackrabbit-webdav</artifactId> + <version>2.2.5</version> + <scope>compile</scope> + </dependency> <dependency> <groupId>org.apache.sling</groupId> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
