aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/maven/apache-maven-3.3.3/maven-core/src/test/resources-project-builder/dependency-management-with-interpolation/sub/pom.xml
blob: 2423568ef83a9fe2d76712a0c2b96aba07d78540 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0"?><project>
  <parent>
    <artifactId>asm-parent</artifactId>
    <groupId>asm</groupId>
    <version>3.0</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>

  <artifactId>asm-xml</artifactId>
  <version>3.0</version>
  <dependencies>
    <dependency>
      <groupId>asm</groupId>
      <artifactId>asm-util</artifactId>
    </dependency>
  </dependencies>
</project>