Author: tchemit Date: 2010-11-11 11:52:10 +0100 (Thu, 11 Nov 2010) New Revision: 1794 Url: http://nuiton.org/repositories/revision/i18n/1794 Log: add commons-lang dependencies Modified: trunk/maven-i18n-plugin/pom.xml Modified: trunk/maven-i18n-plugin/pom.xml =================================================================== --- trunk/maven-i18n-plugin/pom.xml 2010-11-09 10:54:44 UTC (rev 1793) +++ trunk/maven-i18n-plugin/pom.xml 2010-11-11 10:52:10 UTC (rev 1794) @@ -61,7 +61,12 @@ <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </dependency> - + + <dependency> + <groupId>commons-lang</groupId> + <artifactId>commons-lang</artifactId> + </dependency> + <!--dependency> <groupId>xalan</groupId> <artifactId>xalan</artifactId>
participants (1)
-
tchemit@users.nuiton.org