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

- old
+ new

@@ -15,25 +15,25 @@ <artifactId>pom_from_jarfile</artifactId> <version>0.0.0</version> <name>example from jarfile</name> <dependencies> <dependency> - <groupId>org.jruby</groupId> - <artifactId>jruby</artifactId> - <version>1.7.13</version> - <type>pom</type> - <scope>provided</scope> - </dependency> - <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.11</version> </dependency> <dependency> <groupId>ruby.maven-tools.jar</groupId> <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>