mirror of https://github.com/apache/maven.git
fix deps
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@280776 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
30ee4ffdcd
commit
57f3c98454
|
@ -10,12 +10,14 @@
|
||||||
<name>Maven 1.x Compatibility</name>
|
<name>Maven 1.x Compatibility</name>
|
||||||
<inceptionYear>2004</inceptionYear>
|
<inceptionYear>2004</inceptionYear>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>plexus</groupId>
|
||||||
|
<artifactId>plexus-container-default</artifactId>
|
||||||
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>forehead</groupId>
|
<groupId>forehead</groupId>
|
||||||
<artifactId>forehead</artifactId>
|
<artifactId>forehead</artifactId>
|
||||||
<version>1.0-beta-5</version>
|
<version>1.0-beta-5</version>
|
||||||
<type>jar</type>
|
|
||||||
<scope>compile</scope>
|
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</model>
|
</model>
|
||||||
|
|
Loading…
Reference in New Issue