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

svn commit: r1785702 - /sling/trunk/bundles/commons/contentdetection/pom.xml

Author: olli
Date: Mon Mar  6 17:37:50 2017
New Revision: 1785702

URL: http://svn.apache.org/viewvc?rev=1785702&view=rev
Log:
add missing Felix SCR and bnd annotations

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

Modified: sling/trunk/bundles/commons/contentdetection/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/commons/contentdetection/pom.xml?rev=1785702&r1=1785701&r2=1785702&view=diff
==============================================================================
--- sling/trunk/bundles/commons/contentdetection/pom.xml (original)
+++ sling/trunk/bundles/commons/contentdetection/pom.xml Mon Mar  6 17:37:50 2017
@@ -61,7 +61,16 @@
             <artifactId>osgi.core</artifactId>
             <scope>provided</scope>
         </dependency>
-
+        <dependency>
+            <groupId>org.apache.felix</groupId>
+            <artifactId>org.apache.felix.scr.annotations</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
+            <groupId>biz.aQute.bnd</groupId>
+            <artifactId>biz.aQute.bndlib</artifactId>
+            <scope>provided</scope>
+        </dependency>
         <!-- Sling Dependencies-->
         <dependency>
             <version>2.1.8</version>