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.1.2 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-webdav.git
commit b900dfbb187fd55f7b2e3ee0e75c0fdcb4fc48af Author: Carsten Ziegeler <[email protected]> AuthorDate: Thu Dec 8 10:27:25 2011 +0000 Add scope provided to dependencies git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/jcr/webdav@1211803 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pom.xml b/pom.xml index 3affc27..5aecdc5 100644 --- a/pom.xml +++ b/pom.xml @@ -98,16 +98,19 @@ <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.jcr.api</artifactId> <version>2.0.6</version> + <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.commons.osgi</artifactId> <version>2.0.4-incubator</version> + <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.commons.mime</artifactId> <version>2.0.2-incubator</version> + <scope>provided</scope> </dependency> <dependency> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
