blob: c590406d3fce6202ef729783f5ba77d25bd38d88 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<project>
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.maven.its.mng3716</groupId>
<artifactId>projects</artifactId>
<version>1</version>
</parent>
<groupId>org.apache.maven.its.mng3716</groupId>
<artifactId>child2</artifactId>
<version>1</version>
<name>child2</name>
<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>