Author: rfeng
Date: Tue Feb 24 19:51:22 2009
New Revision: 747530
URL: http://svn.apache.org/viewvc?rev=747530&view=rev
Log:
Use the equinox as the osgi dependency
Modified:
tuscany/maven-plugins/trunk/maven-bundle-plugin/pom.xml
Modified: tuscany/maven-plugins/trunk/maven-bundle-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/tuscany/maven-plugins/trunk/maven-bundle-plugin/pom.xml?rev=747530&r1=747529&r2=747530&view=diff
==============================================================================
--- tuscany/maven-plugins/trunk/maven-bundle-plugin/pom.xml (original)
+++ tuscany/maven-plugins/trunk/maven-bundle-plugin/pom.xml Tue Feb 24 19:51:22
2009
@@ -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>