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