This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to annotated tag org.apache.sling.jcr.jackrabbit.accessmanager-2.1.2 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-jackrabbit-accessmanager.git
commit e3ac8c797f881343671b7dd7ac600f32a1019816 Author: Carsten Ziegeler <[email protected]> AuthorDate: Thu Dec 8 10:29:36 2011 +0000 Add scope provided to dependencies git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/jcr/jackrabbit-accessmanager@1211804 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 4b8eab9..2044063 100644 --- a/pom.xml +++ b/pom.xml @@ -96,11 +96,12 @@ <artifactId>servlet-api</artifactId> </dependency> - <dependency> - <groupId>org.apache.sling</groupId> - <artifactId>org.apache.sling.commons.json</artifactId> - <version>2.0.4-incubator</version> - </dependency> + <dependency> + <groupId>org.apache.sling</groupId> + <artifactId>org.apache.sling.commons.json</artifactId> + <version>2.0.4-incubator</version> + <scope>provided</scope> + </dependency> <dependency> <groupId>org.apache.sling</groupId> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
