mirror of
https://github.com/apache/maven.git
synced 2025-02-06 18:18:48 +00:00
56969982a1
Rolled back the changes to suppress usage of the cached model in MavenMetadataSource. Restored original functionality, to pre- last revision. git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163848 13f79535-47bb-0310-9956-ffa450edef68
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>
|