o take out maven-repository until the compat module is separated again

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@789544 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jason van Zyl 2009-06-30 03:33:53 +00:00
parent fb1c53d6da
commit e0d29fe6a3
2 changed files with 4 additions and 1 deletions

View File

@ -30,10 +30,11 @@
<groupId>org.apache.maven</groupId>
<artifactId>maven-compat</artifactId>
</dependency>
<!--
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-repository</artifactId>
</dependency>
</dependency> -->
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>

View File

@ -40,10 +40,12 @@
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
</dependency>
<!--
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-repository</artifactId>
</dependency>
-->
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-model-builder</artifactId>