Author: olli
Date: Mon Mar 6 18:23:20 2017
New Revision: 1785718
URL: http://svn.apache.org/viewvc?rev=1785718&view=rev
Log:
add missing Felix SCR annotations
Modified:
sling/trunk/bundles/scripting/core/pom.xml
Modified: sling/trunk/bundles/scripting/core/pom.xml
URL:
http://svn.apache.org/viewvc/sling/trunk/bundles/scripting/core/pom.xml?rev=1785718&r1=1785717&r2=1785718&view=diff
==============================================================================
--- sling/trunk/bundles/scripting/core/pom.xml (original)
+++ sling/trunk/bundles/scripting/core/pom.xml Mon Mar 6 18:23:20 2017
@@ -163,6 +163,11 @@
<groupId>org.osgi</groupId>
<artifactId>osgi.core</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.apache.felix</groupId>
+ <artifactId>org.apache.felix.scr.annotations</artifactId>
+ <scope>provided</scope>
+ </dependency>
<!-- for serializing to JSON, must be after osgi.core to make Maven
use the correct osgi.core version -->
<dependency>
<groupId>org.apache.felix</groupId>