blob: 7795bee9e1d5aed63cd50e8a7e83a4108f56e787 [file] [log] [blame]
<?xml version="1.0"?><project>
<parent>
<artifactId>massembly-298</artifactId>
<groupId>org.test</groupId>
<version>1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>child2</artifactId>
<name>Child 2</name>
<version>1.0</version>
<url>http://maven.apache.org</url>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>