Author: aadamchik
Date: Thu Nov 6 07:29:51 2008
New Revision: 711880
URL: http://svn.apache.org/viewvc?rev=711880&view=rev
Log:
cleaning up unneeded dep
Modified:
cayenne/main/trunk/framework/maven-cayenne-plugin/pom.xml
Modified: cayenne/main/trunk/framework/maven-cayenne-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/cayenne/main/trunk/framework/maven-cayenne-plugin/pom.xml?rev=711880&r1=711879&r2=711880&view=diff
==============================================================================
--- cayenne/main/trunk/framework/maven-cayenne-plugin/pom.xml (original)
+++ cayenne/main/trunk/framework/maven-cayenne-plugin/pom.xml Thu Nov 6
07:29:51 2008
@@ -88,11 +88,6 @@
<scope>compile</scope>
</dependency>
- <dependency>
- <groupId>ant</groupId>
- <artifactId>ant</artifactId>
- <scope>compile</scope>
- </dependency>
</dependencies>
<build>
<plugins>