spec/gemfile_with_groups/pom.xml in maven-tools-1.0.1 vs spec/gemfile_with_groups/pom.xml in maven-tools-1.0.2

- old
+ new

@@ -9,11 +9,11 @@ --> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> - <groupId>dummy</groupId> + <groupId>no_group_id_given</groupId> <artifactId>gemfile_with_groups</artifactId> <version>0.0.0</version> <name>gemfile_with_groups</name> <properties> <project.build.sourceEncoding>utf-8</project.build.sourceEncoding> @@ -43,9 +43,16 @@ </dependency> <dependency> <groupId>rubygems</groupId> <artifactId>minitest</artifactId> <version>0.5.3</version> + <type>gem</type> + <scope>test</scope> + </dependency> + <dependency> + <groupId>rubygems</groupId> + <artifactId>virtus</artifactId> + <version>1.0.2</version> <type>gem</type> <scope>test</scope> </dependency> </dependencies> <repositories>