You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by mc...@apache.org on 2008/02/17 17:10:27 UTC

svn commit: r628501 - /felix/trunk/bundleplugin/pom.xml

Author: mcculls
Date: Sun Feb 17 08:10:26 2008
New Revision: 628501

URL: http://svn.apache.org/viewvc?rev=628501&view=rev
Log:
FELIX-491: drop maven-obr-plugin dependency

Modified:
    felix/trunk/bundleplugin/pom.xml

Modified: felix/trunk/bundleplugin/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/bundleplugin/pom.xml?rev=628501&r1=628500&r2=628501&view=diff
==============================================================================
--- felix/trunk/bundleplugin/pom.xml (original)
+++ felix/trunk/bundleplugin/pom.xml Sun Feb 17 08:10:26 2008
@@ -41,11 +41,6 @@
  
  <dependencies>
   <dependency>
-   <groupId>org.apache.felix</groupId>
-   <artifactId>maven-obr-plugin</artifactId>
-   <version>1.2.0</version>
-  </dependency>
-  <dependency>
    <groupId>biz.aQute</groupId>
    <artifactId>bndlib</artifactId>
    <version>0.0.238</version>