mirror of https://github.com/apache/maven.git
16 lines
360 B
XML
16 lines
360 B
XML
|
<model>
|
||
|
<modelVersion>4.0.0</modelVersion>
|
||
|
<groupId>org.apache.maven</groupId>
|
||
|
<artifactId>maven-core-it0018</artifactId>
|
||
|
<version>1.0</version>
|
||
|
|
||
|
<dependencies>
|
||
|
<dependency>
|
||
|
<groupId>marmalade</groupId>
|
||
|
<artifactId>marmalade-el-commons</artifactId>
|
||
|
<version>1.0-alpha-2</version>
|
||
|
</dependency>
|
||
|
</dependencies>
|
||
|
|
||
|
</model>
|