Author: tchemit Date: 2010-03-28 21:59:20 +0200 (Sun, 28 Mar 2010) New Revision: 1725 Log: add log4j in runtime for debug Modified: trunk/maven-i18n-plugin/pom.xml Modified: trunk/maven-i18n-plugin/pom.xml =================================================================== --- trunk/maven-i18n-plugin/pom.xml 2010-03-28 12:16:28 UTC (rev 1724) +++ trunk/maven-i18n-plugin/pom.xml 2010-03-28 19:59:20 UTC (rev 1725) @@ -78,6 +78,12 @@ <artifactId>plexus-utils</artifactId> </dependency> + <dependency> + <groupId>log4j</groupId> + <artifactId>log4j</artifactId> + <scope>runtime</scope> + </dependency> + </dependencies> <!-- ************************************************************* -->
participants (1)
-
tchemit@users.nuiton.org