Author: olli
Date: Mon Mar 6 18:05:26 2017
New Revision: 1785712
URL: http://svn.apache.org/viewvc?rev=1785712&view=rev
Log:
add missing Felix SCR annotations
Modified:
sling/trunk/bundles/auth/core/pom.xml
Modified: sling/trunk/bundles/auth/core/pom.xml
URL:
http://svn.apache.org/viewvc/sling/trunk/bundles/auth/core/pom.xml?rev=1785712&r1=1785711&r2=1785712&view=diff
==============================================================================
--- sling/trunk/bundles/auth/core/pom.xml (original)
+++ sling/trunk/bundles/auth/core/pom.xml Mon Mar 6 18:05:26 2017
@@ -100,6 +100,11 @@
<artifactId>jsr305</artifactId>
</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.api</artifactId>
<version>2.1.0</version>