You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2013/01/25 10:16:01 UTC

svn commit: r1438397 - /sling/trunk/launchpad/integration-tests/pom.xml

Author: cziegeler
Date: Fri Jan 25 09:16:01 2013
New Revision: 1438397

URL: http://svn.apache.org/viewvc?rev=1438397&view=rev
Log:
Fix build by adding dependency to annotations.

Modified:
    sling/trunk/launchpad/integration-tests/pom.xml

Modified: sling/trunk/launchpad/integration-tests/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/launchpad/integration-tests/pom.xml?rev=1438397&r1=1438396&r2=1438397&view=diff
==============================================================================
--- sling/trunk/launchpad/integration-tests/pom.xml (original)
+++ sling/trunk/launchpad/integration-tests/pom.xml Fri Jan 25 09:16:01 2013
@@ -107,6 +107,10 @@
   </profiles>
 
   <dependencies>
+    <dependency>
+        <groupId>org.apache.felix</groupId>
+        <artifactId>org.apache.felix.scr.annotations</artifactId>
+    </dependency>
 
 
     <!--  for DavExIntegrationTest -->