aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/maven/apache-maven-3.3.3/maven-core/src/test/resources-project-builder/dependency-scope/sub/pom.xml
blob: 8cec33d1a0a4ef170c470ad0ffa462cb880d7325 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<project>
  <parent>
    <artifactId>p0</artifactId>
    <groupId>maven-t10</groupId>
    <version>1.0</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <groupId>maven-t10</groupId>
  <artifactId>p1</artifactId>
  <packaging>pom</packaging>
  <name>p1</name>
  <version>1.0</version>
  <scm>
    <url>scm-url</url>
  </scm>

  <dependencies>
    <dependency>
      <groupId>maven-test</groupId>
      <artifactId>t10-a</artifactId>
      <version>1.0</version>
    </dependency>
  </dependencies>
</project>