spec/pom_from_jarfile/pom.xml in maven-tools-1.0.5 vs spec/pom_from_jarfile/pom.xml in maven-tools-1.0.6

- old
+ new

@@ -26,14 +26,7 @@ <artifactId>myfirst</artifactId> <version>0</version> <scope>system</scope> <systemPath>myfirst.jar</systemPath> </dependency> - <dependency> - <groupId>org.jruby</groupId> - <artifactId>jruby-noasm</artifactId> - <version>1.7.13</version> - <type>pom</type> - <scope>provided</scope> - </dependency> </dependencies> </project>