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 2007/09/24 12:16:29 UTC

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

Author: mcculls
Date: Mon Sep 24 03:16:24 2007
New Revision: 578742

URL: http://svn.apache.org/viewvc?rev=578742&view=rev
Log:
OBR plugin is a runtime 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=578742&r1=578741&r2=578742&view=diff
==============================================================================
--- felix/trunk/bundleplugin/pom.xml (original)
+++ felix/trunk/bundleplugin/pom.xml Mon Sep 24 03:16:24 2007
@@ -47,6 +47,7 @@
    <groupId>org.apache.felix</groupId>
    <artifactId>maven-obr-plugin</artifactId>
    <version>0.1.0-SNAPSHOT</version>
+   <scope>runtime</scope>
   </dependency>
   <dependency>
    <groupId>biz.aQute</groupId>