Author: thimel Date: 2008-09-25 09:31:41 +0000 (Thu, 25 Sep 2008) New Revision: 322 Modified: maven-generator-plugin/trunk/pom.xml Log: Added dependency to lutinpluginutil Modified: maven-generator-plugin/trunk/pom.xml =================================================================== --- maven-generator-plugin/trunk/pom.xml 2008-09-25 09:29:16 UTC (rev 321) +++ maven-generator-plugin/trunk/pom.xml 2008-09-25 09:31:41 UTC (rev 322) @@ -86,6 +86,13 @@ <scope>compile</scope> </dependency> + <dependency> + <groupId>org.codelutin</groupId> + <artifactId>lutinpluginutil</artifactId> + <version>0.2</version> + <scope>compile</scope> + </dependency> + </dependencies> </project>