Revision: 6468
http://squirrel-sql.svn.sourceforge.net/squirrel-sql/?rev=6468&view=rev
Author: manningr
Date: 2011-10-30 20:04:26 +0000 (Sun, 30 Oct 2011)
Log Message:
-----------
Added dependency for use of MavenProject in mojos.
Modified Paths:
--------------
trunk/maven-plugin-workspace/squirrelsql-update-site-plugin/pom.xml
Modified: trunk/maven-plugin-workspace/squirrelsql-update-site-plugin/pom.xml
===================================================================
--- trunk/maven-plugin-workspace/squirrelsql-update-site-plugin/pom.xml 2011-10-30 20:02:16 UTC (rev 6467)
+++ trunk/maven-plugin-workspace/squirrelsql-update-site-plugin/pom.xml 2011-10-30 20:04:26 UTC (rev 6468)
@@ -68,6 +68,10 @@
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.apache.maven</groupId>
+ <artifactId>maven-project</artifactId>
+ </dependency>
</dependencies>
<build>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|