Author: echatellier Date: 2010-04-08 11:22:15 +0200 (Thu, 08 Apr 2010) New Revision: 2832 Log: Fix eugene plugin classpath Modified: trunk/lima-callao/pom.xml Modified: trunk/lima-callao/pom.xml =================================================================== --- trunk/lima-callao/pom.xml 2010-04-06 17:04:18 UTC (rev 2831) +++ trunk/lima-callao/pom.xml 2010-04-08 09:22:15 UTC (rev 2832) @@ -70,6 +70,13 @@ </goals> </execution> </executions> + <dependencies> + <dependency> + <groupId>org.nuiton.topia</groupId> + <artifactId>topia-persistence</artifactId> + <version>${topia.version}</version> + </dependency> + </dependencies> </plugin> </plugins> </build>
participants (1)
-
echatellier@users.chorem.org