16 lines
577 B
Diff
16 lines
577 B
Diff
diff -Naur maven-bundle-plugin-2.3.5.orig/pom.xml maven-bundle-plugin-2.3.5/pom.xml
|
|
--- maven-bundle-plugin-2.3.5.orig/pom.xml 2011-07-05 13:56:06.000000000 +0200
|
|
+++ maven-bundle-plugin-2.3.5/pom.xml 2011-10-25 17:29:47.237943990 +0200
|
|
@@ -85,6 +85,11 @@
|
|
<version>1.2</version>
|
|
</dependency>
|
|
<dependency>
|
|
+ <groupId>org.apache.maven.shared</groupId>
|
|
+ <artifactId>maven-osgi</artifactId>
|
|
+ <version>0.3.0</version>
|
|
+ </dependency>
|
|
+ <dependency>
|
|
<groupId>org.codehaus.plexus</groupId>
|
|
<artifactId>plexus-utils</artifactId>
|
|
<version>2.1</version>
|