Author: cziegeler
Date: Mon Apr 10 05:32:08 2017
New Revision: 1790774

URL: http://svn.apache.org/viewvc?rev=1790774&view=rev
Log:
SLING-6775 : Commons Threads: Remove scr plugin from pom

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

Modified: sling/trunk/bundles/commons/threads/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/trunk/bundles/commons/threads/pom.xml?rev=1790774&r1=1790773&r2=1790774&view=diff
==============================================================================
--- sling/trunk/bundles/commons/threads/pom.xml (original)
+++ sling/trunk/bundles/commons/threads/pom.xml Mon Apr 10 05:32:08 2017
@@ -46,10 +46,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>
@@ -73,10 +69,6 @@
     </build>
     <dependencies>
         <dependency>
-            <groupId>org.apache.felix</groupId>
-            <artifactId>org.apache.felix.scr.annotations</artifactId>
-        </dependency>
-        <dependency>
             <groupId>org.osgi</groupId>
             <artifactId>osgi.core</artifactId>
         </dependency>


Reply via email to