Author: tchemit Date: 2010-05-13 19:16:19 +0200 (Thu, 13 May 2010) New Revision: 904 Url: http://nuiton.org/repositories/revision/eugene/904 Log: fix log4j dependency Modified: trunk/maven-eugene-plugin/pom.xml Modified: trunk/maven-eugene-plugin/pom.xml =================================================================== --- trunk/maven-eugene-plugin/pom.xml 2010-05-13 17:15:46 UTC (rev 903) +++ trunk/maven-eugene-plugin/pom.xml 2010-05-13 17:16:19 UTC (rev 904) @@ -70,6 +70,12 @@ <artifactId>maven-helper-plugin</artifactId> </dependency> + <dependency> + <groupId>log4j</groupId> + <artifactId>log4j</artifactId> + <scope>runtime</scope> + </dependency> + </dependencies> <!-- ************************************************************* -->