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/10 20:47:03 UTC

svn commit: r1786441 - /sling/trunk/contrib/commons/mom/jobs/core/pom.xml

Author: olli
Date: Fri Mar 10 20:47:03 2017
New Revision: 1786441

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

Modified:
    sling/trunk/contrib/commons/mom/jobs/core/pom.xml

Modified: sling/trunk/contrib/commons/mom/jobs/core/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/contrib/commons/mom/jobs/core/pom.xml?rev=1786441&r1=1786440&r2=1786441&view=diff
==============================================================================
--- sling/trunk/contrib/commons/mom/jobs/core/pom.xml (original)
+++ sling/trunk/contrib/commons/mom/jobs/core/pom.xml Fri Mar 10 20:47:03 2017
@@ -98,6 +98,16 @@
             <artifactId>jsr305</artifactId>
             <version>2.0.1</version>
         </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>
       <!-- Testing -->
         <dependency>
             <groupId>junit</groupId>