2005-03-09 20:35:25 -05:00
|
|
|
<model>
|
2005-02-03 15:54:15 -05:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2005-03-23 01:52:55 -05:00
|
|
|
<groupId>org.apache.maven</groupId>
|
2005-02-03 15:54:15 -05:00
|
|
|
<artifactId>maven-core-it0012</artifactId>
|
2005-03-09 20:35:25 -05:00
|
|
|
<packaging>jar</packaging>
|
2005-02-03 15:54:15 -05:00
|
|
|
<version>3.8.1</version>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
2005-03-23 01:52:55 -05:00
|
|
|
<groupId>org.apache.maven</groupId>
|
2005-04-13 01:11:49 -04:00
|
|
|
<artifactId>maven-plugin-api</artifactId>
|
2005-02-03 15:54:15 -05:00
|
|
|
<version>2.0-SNAPSHOT</version>
|
2005-03-09 20:35:25 -05:00
|
|
|
<type>jar</type>
|
|
|
|
<scope>compile</scope>
|
2005-02-03 15:54:15 -05:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>junit</groupId>
|
|
|
|
<artifactId>junit</artifactId>
|
2005-02-22 22:56:44 -05:00
|
|
|
<version>${version}</version>
|
2005-03-09 20:35:25 -05:00
|
|
|
<type>jar</type>
|
2005-03-08 01:19:59 -05:00
|
|
|
<scope>test</scope>
|
2005-02-03 15:54:15 -05:00
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
2005-03-23 01:52:55 -05:00
|
|
|
</model>
|