Author: sisbell Date: Fri May 11 10:00:47 2007 New Revision: 537234 URL: http://svn.apache.org/viewvc?view=rev&rev=537234 Log: Removed dependency in the pom that cause the bootstrap to fail.
Modified: incubator/nmaven/branches/SI_XPT/plugins/maven-compile-plugin/pom.xml Modified: incubator/nmaven/branches/SI_XPT/plugins/maven-compile-plugin/pom.xml URL: http://svn.apache.org/viewvc/incubator/nmaven/branches/SI_XPT/plugins/maven-compile-plugin/pom.xml?view=diff&rev=537234&r1=537233&r2=537234 ============================================================================== --- incubator/nmaven/branches/SI_XPT/plugins/maven-compile-plugin/pom.xml (original) +++ incubator/nmaven/branches/SI_XPT/plugins/maven-compile-plugin/pom.xml Fri May 11 10:00:47 2007 @@ -38,11 +38,6 @@ <artifactId>maven-artifact</artifactId> <version>2.1-SNAPSHOT</version> </dependency> - <dependency> - <groupId>NMaven.Plugin</groupId> - <artifactId>NMaven.Plugin.Settings.JavaBinding</artifactId> - <version>0.14</version> - </dependency> </dependencies> <build> <plugins>