git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@280776 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-09-14 06:35:35 +00:00
parent 30ee4ffdcd
commit 57f3c98454
1 changed files with 4 additions and 2 deletions

View File

@ -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>