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:53:25 UTC

svn commit: r1785728 - /sling/trunk/bundles/extensions/serviceusermapper/pom.xml

Author: olli
Date: Mon Mar  6 18:53:25 2017
New Revision: 1785728

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

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

Modified: sling/trunk/bundles/extensions/serviceusermapper/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/serviceusermapper/pom.xml?rev=1785728&r1=1785727&r2=1785728&view=diff
==============================================================================
--- sling/trunk/bundles/extensions/serviceusermapper/pom.xml (original)
+++ sling/trunk/bundles/extensions/serviceusermapper/pom.xml Mon Mar  6 18:53:25 2017
@@ -102,6 +102,11 @@
             <artifactId>osgi.core</artifactId>
         </dependency>
         <dependency>
+            <groupId>org.apache.felix</groupId>
+            <artifactId>org.apache.felix.scr.annotations</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
             <groupId>org.osgi</groupId>
             <artifactId>org.osgi.service.event</artifactId>
             <version>1.3.1</version>