Author: rotty3000 Date: Thu Oct 18 17:16:37 2018 New Revision: 1844267 URL: http://svn.apache.org/viewvc?rev=1844267&view=rev Log: [maven-bundle-plugin] Prep for bndlib 4.1.0
Signed-off-by: Raymond Auge <[email protected]> Modified: felix/trunk/tools/maven-bundle-plugin/pom.xml Modified: felix/trunk/tools/maven-bundle-plugin/pom.xml URL: http://svn.apache.org/viewvc/felix/trunk/tools/maven-bundle-plugin/pom.xml?rev=1844267&r1=1844266&r2=1844267&view=diff ============================================================================== --- felix/trunk/tools/maven-bundle-plugin/pom.xml (original) +++ felix/trunk/tools/maven-bundle-plugin/pom.xml Thu Oct 18 17:16:37 2018 @@ -21,7 +21,7 @@ <parent> <artifactId>felix-parent</artifactId> <groupId>org.apache.felix</groupId> - <version>4</version> + <version>6</version> <relativePath>../../pom/pom.xml</relativePath> </parent> @@ -164,7 +164,7 @@ <dependency> <groupId>biz.aQute.bnd</groupId> <artifactId>biz.aQute.bndlib</artifactId> - <version>4.0.0</version> + <version>4.1.0</version> </dependency> <dependency> <groupId>org.apache.felix</groupId> @@ -228,6 +228,12 @@ <artifactId>jdom</artifactId> <version>1.1</version> </dependency> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>4.12</version> + <scope>test</scope> + </dependency> </dependencies> <reporting>
