blob: adf74c2ba3787e2fdf361c94bc571c72a85c4e83 [file] [log] [blame]
<?xml version="1.0"?><project>
<parent>
<groupId>test</groupId>
<artifactId>using-moduleSet-implied-depSet</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>module-b</artifactId>
<name>Assembly Spike Module B</name>
<version>1.0-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>velocity</groupId>
<artifactId>velocity</artifactId>
<version>1.4</version>
</dependency>
</dependencies>
</project>