You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by fm...@apache.org on 2012/05/17 15:09:12 UTC

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

Author: fmeschbe
Date: Thu May 17 13:09:11 2012
New Revision: 1339588

URL: http://svn.apache.org/viewvc?rev=1339588&view=rev
Log:
SLING-2483 Update bundle plugin to 2.3.7 and add bndlib to managed 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=1339588&r1=1339587&r2=1339588&view=diff
==============================================================================
--- sling/trunk/parent/pom.xml (original)
+++ sling/trunk/parent/pom.xml Thu May 17 13:09:11 2012
@@ -288,7 +288,7 @@ on 64bit platforms: MAVEN_OPTS="-Xmx512M
                 <plugin>
                     <groupId>org.apache.felix</groupId>
                     <artifactId>maven-bundle-plugin</artifactId>
-                    <version>2.0.1</version>
+                    <version>2.3.7</version>
                     <inherited>true</inherited>
                     <configuration>
                         <outputDirectory>${basedir}/target/classes</outputDirectory>
@@ -793,13 +793,19 @@ on 64bit platforms: MAVEN_OPTS="-Xmx512M
                 <scope>provided</scope>
             </dependency>
 
-            <!-- Declarative Services support annotations -->
+            <!-- OSGi support annotations -->
             <dependency>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>org.apache.felix.scr.annotations</artifactId>
                 <version>1.6.0</version>
                 <scope>provided</scope>
             </dependency>
+            <dependency>
+                <groupId>biz.aQute</groupId>
+                <artifactId>bndlib</artifactId>
+                <version>1.50.0</version>
+                <scope>provided</scope>
+            </dependency>
 
             <!-- Basic dependencies for Unit Tests -->
             <dependency>