Author: olli
Date: Mon Mar  6 18:21:10 2017
New Revision: 1785716

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

Modified:
    sling/trunk/bundles/servlets/post/pom.xml

Modified: sling/trunk/bundles/servlets/post/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/trunk/bundles/servlets/post/pom.xml?rev=1785716&r1=1785715&r2=1785716&view=diff
==============================================================================
--- sling/trunk/bundles/servlets/post/pom.xml (original)
+++ sling/trunk/bundles/servlets/post/pom.xml Mon Mar  6 18:21:10 2017
@@ -106,6 +106,11 @@
             <artifactId>osgi.cmpn</artifactId>
         </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>
         </dependency>


Reply via email to