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:46:40 UTC

svn commit: r1786440 - /sling/trunk/contrib/commons/mom/jms/pom.xml

Author: olli
Date: Fri Mar 10 20:46:40 2017
New Revision: 1786440

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

Modified:
    sling/trunk/contrib/commons/mom/jms/pom.xml

Modified: sling/trunk/contrib/commons/mom/jms/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/contrib/commons/mom/jms/pom.xml?rev=1786440&r1=1786439&r2=1786440&view=diff
==============================================================================
--- sling/trunk/contrib/commons/mom/jms/pom.xml (original)
+++ sling/trunk/contrib/commons/mom/jms/pom.xml Fri Mar 10 20:46:40 2017
@@ -140,6 +140,11 @@
             <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>org.apache.sling</groupId>
             <artifactId>org.apache.sling.mom</artifactId>
             <version>1.0.1-SNAPSHOT</version>