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 19:00:28 UTC

svn commit: r1785731 - /sling/trunk/bundles/extensions/i18n/pom.xml

Author: olli
Date: Mon Mar  6 19:00:28 2017
New Revision: 1785731

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

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

Modified: sling/trunk/bundles/extensions/i18n/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/i18n/pom.xml?rev=1785731&r1=1785730&r2=1785731&view=diff
==============================================================================
--- sling/trunk/bundles/extensions/i18n/pom.xml (original)
+++ sling/trunk/bundles/extensions/i18n/pom.xml Mon Mar  6 19:00:28 2017
@@ -188,6 +188,11 @@
             <scope>test</scope>
         </dependency>
         <dependency>
+            <groupId>org.apache.felix</groupId>
+            <artifactId>org.apache.felix.scr.annotations</artifactId>
+            <scope>provided</scope>
+        </dependency>
+        <dependency>
             <groupId>javax.servlet</groupId>
             <artifactId>javax.servlet-api</artifactId>
             <scope>provided</scope>