| <project> |
| <modelVersion>4.0.0</modelVersion> |
| <name>Maven Integration Test :: it0030</name> |
| <groupId>org.apache.maven.its.it0030</groupId> |
| <artifactId>maven-it-it0030</artifactId> |
| <description>Test for injection of dependencyManagement through parents of |
| dependency poms.</description> |
| <version>1.0-SNAPSHOT</version> |
| <packaging>pom</packaging> |
| <modules> |
| <module>child-hierarchy</module> |
| </modules> |
| <dependencyManagement> |
| <dependencies> |
| <dependency> |
| <groupId>junit</groupId> |
| <artifactId>junit</artifactId> |
| <version>3.8.1</version> |
| </dependency> |
| <dependency> |
| <groupId>org.apache.maven.its.it0030</groupId> |
| <artifactId>project1</artifactId> |
| <version>1.0-SNAPSHOT</version> |
| </dependency> |
| </dependencies> |
| </dependencyManagement> |
| </project> |