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.2.6 in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jcr-jackrabbit-usermanager.git
commit aef24db7b17be88c6c76d06e3e3fdf6de442ee80 Author: Konrad Windszus <[email protected]> AuthorDate: Fri Mar 31 09:10:24 2017 +0000 get rid of maven-scr-plugin (all annotations have been migrated to OSGi) git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/bundles/jcr/jackrabbit-usermanager@1789639 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/pom.xml b/pom.xml index 92df865..9500f8b 100644 --- a/pom.xml +++ b/pom.xml @@ -51,10 +51,6 @@ <build> <plugins> <plugin> - <groupId>org.apache.felix</groupId> - <artifactId>maven-scr-plugin</artifactId> - </plugin> - <plugin> <groupId>org.apache.sling</groupId> <artifactId>maven-sling-plugin</artifactId> <executions> @@ -122,11 +118,6 @@ <artifactId>osgi.core</artifactId> </dependency> <dependency> - <groupId>org.apache.felix</groupId> - <artifactId>org.apache.felix.scr.annotations</artifactId> - <scope>provided</scope> - </dependency> - <dependency> <groupId>org.apache.sling</groupId> <artifactId>org.apache.sling.jcr.resource</artifactId> <version>2.9.0</version> -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
