blob: e30c44d517d2b2ce407a0f5b6364b6acf8d51e3d [file] [log] [blame]
<project>
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.maven.its.it0030</groupId>
<artifactId>child-hierarchy</artifactId>
<version>1.0-SNAPSHOT</version>
</parent>
<artifactId>project2</artifactId>
<version>1.0-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>org.apache.maven.its.it0030</groupId>
<artifactId>project1</artifactId>
</dependency>
</dependencies>
</project>