Author: tchemit Date: 2010-11-11 15:55:02 +0100 (Thu, 11 Nov 2010) New Revision: 1802 Url: http://nuiton.org/repositories/revision/i18n/1802 Log: do NOT use mavenpom dependencies since it does not work on windows os Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2010-11-11 14:44:54 UTC (rev 1801) +++ trunk/pom.xml 2010-11-11 14:55:02 UTC (rev 1802) @@ -58,6 +58,12 @@ </dependency> <dependency> + <groupId>commons-lang</groupId> + <artifactId>commons-lang</artifactId> + <version>2.5</version> + </dependency> + + <dependency> <groupId>commons-beanutils</groupId> <artifactId>commons-beanutils</artifactId> <version>1.8.2</version> @@ -199,10 +205,11 @@ <scope>compile</scope> </dependency> - <!--dependency> + <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> - </dependency--> + <version>1.2.16</version> + </dependency> <dependency> <groupId>org.apache.ant</groupId>
participants (1)
-
tchemit@users.nuiton.org