blob: 19fb2bf1197dd1da27a35f627ab9e16d49b2cf29 [file] [log] [blame]
<?xml version="1.0"?><project>
<parent>
<artifactId>parent</artifactId>
<groupId>org.test</groupId>
<version>1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>child1</artifactId>
<name>Child 1</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>