Author: olli
Date: Mon Mar 6 11:07:51 2017
New Revision: 1785630
URL: http://svn.apache.org/viewvc?rev=1785630&view=rev
Log:
add dependency org.apache.felix.scr.annotations (removed from parent)
Modified:
sling/trunk/bundles/scripting/sightly/testing-content/pom.xml
Modified: sling/trunk/bundles/scripting/sightly/testing-content/pom.xml
URL:
http://svn.apache.org/viewvc/sling/trunk/bundles/scripting/sightly/testing-content/pom.xml?rev=1785630&r1=1785629&r2=1785630&view=diff
==============================================================================
--- sling/trunk/bundles/scripting/sightly/testing-content/pom.xml (original)
+++ sling/trunk/bundles/scripting/sightly/testing-content/pom.xml Mon Mar 6
11:07:51 2017
@@ -198,6 +198,11 @@
<dependencies>
<!-- Test bundle dependencies -->
<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>