You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2017/03/30 12:36:50 UTC

svn commit: r1789513 - /sling/trunk/bundles/commons/classloader/pom.xml

Author: cziegeler
Date: Thu Mar 30 12:36:50 2017
New Revision: 1789513

URL: http://svn.apache.org/viewvc?rev=1789513&view=rev
Log:
Remove obsolete maven-scr-plugin

Modified:
    sling/trunk/bundles/commons/classloader/pom.xml

Modified: sling/trunk/bundles/commons/classloader/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/commons/classloader/pom.xml?rev=1789513&r1=1789512&r2=1789513&view=diff
==============================================================================
--- sling/trunk/bundles/commons/classloader/pom.xml (original)
+++ sling/trunk/bundles/commons/classloader/pom.xml Thu Mar 30 12:36:50 2017
@@ -57,10 +57,6 @@
         <plugins>
             <plugin>
                 <groupId>org.apache.felix</groupId>
-                <artifactId>maven-scr-plugin</artifactId>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
                 <extensions>true</extensions>
                 <configuration>
@@ -106,10 +102,6 @@
     </build>
     <dependencies>
         <dependency>
-            <groupId>org.apache.felix</groupId>
-            <artifactId>org.apache.felix.scr.annotations</artifactId>
-        </dependency>
-        <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-api</artifactId>
         </dependency>