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 18:05:46 UTC

svn commit: r1785713 - /sling/trunk/bundles/jcr/base/pom.xml

Author: olli
Date: Mon Mar  6 18:05:46 2017
New Revision: 1785713

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

Modified:
    sling/trunk/bundles/jcr/base/pom.xml

Modified: sling/trunk/bundles/jcr/base/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/jcr/base/pom.xml?rev=1785713&r1=1785712&r2=1785713&view=diff
==============================================================================
--- sling/trunk/bundles/jcr/base/pom.xml (original)
+++ sling/trunk/bundles/jcr/base/pom.xml Mon Mar  6 18:05:46 2017
@@ -127,6 +127,12 @@
         </dependency>
 
         <dependency>
+            <groupId>org.apache.felix</groupId>
+            <artifactId>org.apache.felix.scr.annotations</artifactId>
+            <scope>provided</scope>
+        </dependency>
+
+        <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-api</artifactId>
         </dependency>