summaryrefslogtreecommitdiffstats
path: root/maven-plugins/trunk/maven-bundle-plugin
diff options
context:
space:
mode:
authorrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-02-24 19:51:22 +0000
committerrfeng <rfeng@13f79535-47bb-0310-9956-ffa450edef68>2009-02-24 19:51:22 +0000
commit2ee5c99d377a56d012604d5886df5b35142d4237 (patch)
tree18eacf0479d2e106b7450b3e03d48daee5ae5920 /maven-plugins/trunk/maven-bundle-plugin
parentcc66ac33b36a389efb048df9b2538f25eeb45138 (diff)
Use the equinox as the osgi dependency
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@747530 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'maven-plugins/trunk/maven-bundle-plugin')
-rw-r--r--maven-plugins/trunk/maven-bundle-plugin/pom.xml14
1 files changed, 8 insertions, 6 deletions
diff --git a/maven-plugins/trunk/maven-bundle-plugin/pom.xml b/maven-plugins/trunk/maven-bundle-plugin/pom.xml
index 29469f02b2..09c7a3772f 100644
--- a/maven-plugins/trunk/maven-bundle-plugin/pom.xml
+++ b/maven-plugins/trunk/maven-bundle-plugin/pom.xml
@@ -194,16 +194,18 @@
</dependency>
<dependency>
- <groupId>org.apache.felix</groupId>
- <artifactId>maven-bundle-plugin</artifactId>
- <version>1.4.3</version>
- </dependency>
-
- <dependency>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-eclipse-plugin</artifactId>
<version>2.5.1</version>
</dependency>
+
+ <dependency>
+ <groupId>org.eclipse</groupId>
+ <artifactId>osgi</artifactId>
+ <version>3.3.0-v20070530</version>
+ <scope>compile</scope>
+ </dependency>
+
</dependencies>
<build>