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/05/10 09:23:34 UTC

svn commit: r1480899 - /sling/trunk/parent/pom.xml

Author: cziegeler
Date: Fri May 10 07:23:34 2013
New Revision: 1480899

URL: http://svn.apache.org/r1480899
Log:
SLING-2859 :  Add SCR annotations and bnd lib as default dependencies 

Modified:
    sling/trunk/parent/pom.xml

Modified: sling/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/parent/pom.xml?rev=1480899&r1=1480898&r2=1480899&view=diff
==============================================================================
--- sling/trunk/parent/pom.xml (original)
+++ sling/trunk/parent/pom.xml Fri May 10 07:23:34 2013
@@ -955,6 +955,18 @@ on 64bit platforms: MAVEN_OPTS="-Xmx512M
         </dependencies>
     </dependencyManagement>
 
+    <dependencies>
+        <!-- OSGi support annotations -->
+        <dependency>
+            <groupId>org.apache.felix</groupId>
+            <artifactId>org.apache.felix.scr.annotations</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>biz.aQute</groupId>
+            <artifactId>bndlib</artifactId>
+        </dependency>
+    </dependencies>
+
     <distributionManagement>
         <site>
             <id>apache.sling.site</id>