[jboss-osgi-commits] JBoss-OSGI SVN: r93967 - projects/jboss-osgi/projects/parent/trunk.

jboss-osgi-commits at lists.jboss.org jboss-osgi-commits at lists.jboss.org
Wed Sep 23 17:42:33 EDT 2009


Author: thomas.diesler at jboss.com
Date: 2009-09-23 17:42:33 -0400 (Wed, 23 Sep 2009)
New Revision: 93967

Modified:
   projects/jboss-osgi/projects/parent/trunk/pom.xml
Log:
Remove explicit dependency on bnd

Modified: projects/jboss-osgi/projects/parent/trunk/pom.xml
===================================================================
--- projects/jboss-osgi/projects/parent/trunk/pom.xml	2009-09-23 20:43:57 UTC (rev 93966)
+++ projects/jboss-osgi/projects/parent/trunk/pom.xml	2009-09-23 21:42:33 UTC (rev 93967)
@@ -14,7 +14,6 @@
 
   <!-- Properties -->
   <properties>
-    <version.aqute.bnd>0.0.323</version.aqute.bnd>
     <version.jboss.logging>2.0.5.GA</version.jboss.logging>
     <version.junit>4.6</version.junit>
   </properties>
@@ -115,13 +114,6 @@
           <groupId>org.apache.felix</groupId>
           <artifactId>maven-bundle-plugin</artifactId>
           <extensions>true</extensions>
-          <dependencies>
-            <dependency>
-              <groupId>biz.aQute</groupId>
-              <artifactId>bnd</artifactId>
-              <version>${version.aqute.bnd}</version>
-            </dependency>
-          </dependencies>
         </plugin>
       </plugins>
     </pluginManagement>



More information about the jboss-osgi-commits mailing list