You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by pa...@apache.org on 2017/08/03 22:07:54 UTC

svn commit: r1804052 - /sling/whiteboard/cziegeler/feature-analyser/pom.xml

Author: pauls
Date: Thu Aug  3 22:07:54 2017
New Revision: 1804052

URL: http://svn.apache.org/viewvc?rev=1804052&view=rev
Log:
Add the configurator as a test dependency.

Modified:
    sling/whiteboard/cziegeler/feature-analyser/pom.xml

Modified: sling/whiteboard/cziegeler/feature-analyser/pom.xml
URL: http://svn.apache.org/viewvc/sling/whiteboard/cziegeler/feature-analyser/pom.xml?rev=1804052&r1=1804051&r2=1804052&view=diff
==============================================================================
--- sling/whiteboard/cziegeler/feature-analyser/pom.xml (original)
+++ sling/whiteboard/cziegeler/feature-analyser/pom.xml Thu Aug  3 22:07:54 2017
@@ -133,5 +133,12 @@
         	<groupId>junit</groupId>
         	<artifactId>junit</artifactId>
         </dependency>
+
+        <dependency>
+            <groupId>org.apache.felix</groupId>
+            <artifactId>org.apache.felix.configurator</artifactId>
+            <version>0.0.1-SNAPSHOT</version>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
 </project>