You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2017/08/04 11:19:27 UTC

svn commit: r1804099 - /sling/trunk/parent/pom.xml

Author: kwin
Date: Fri Aug  4 11:19:27 2017
New Revision: 1804099

URL: http://svn.apache.org/viewvc?rev=1804099&view=rev
Log:
SLING-6746 remove the deprecated Felix scr annotations from plugin mgmt

Modified:
    sling/trunk/parent/pom.xml

Modified: sling/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/parent/pom.xml?rev=1804099&r1=1804098&r2=1804099&view=diff
==============================================================================
--- sling/trunk/parent/pom.xml (original)
+++ sling/trunk/parent/pom.xml Fri Aug  4 11:19:27 2017
@@ -1183,14 +1183,6 @@
             </dependency>
 
 
-            <!-- DEPRECATED: Use official OSGi annotations -->
-            <dependency>
-                <groupId>org.apache.felix</groupId>
-                <artifactId>org.apache.felix.scr.annotations</artifactId>
-                <version>1.12.0</version>
-                <scope>provided</scope>
-            </dependency>
-
             <!-- DEPRECATED : Use the osgi.annotation instead -->
             <!-- this version must match the version being used by the maven-bundle-plugin -->
             <dependency>