Author: olli
Date: Mon Mar  6 19:01:03 2017
New Revision: 1785733

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

Modified:
    sling/trunk/bundles/extensions/xss/pom.xml

Modified: sling/trunk/bundles/extensions/xss/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/xss/pom.xml?rev=1785733&r1=1785732&r2=1785733&view=diff
==============================================================================
--- sling/trunk/bundles/extensions/xss/pom.xml (original)
+++ sling/trunk/bundles/extensions/xss/pom.xml Mon Mar  6 19:01:03 2017
@@ -245,6 +245,16 @@
             <artifactId>osgi.core</artifactId>
         </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>
+        <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-api</artifactId>
         </dependency>


Reply via email to