11 May
2011
11 May
'11
10:20 a.m.
Author: tchemit Date: 2011-05-11 12:20:20 +0200 (Wed, 11 May 2011) New Revision: 70 Url: http://nuiton.org/repositories/revision/nuiton-web/70 Log: optimize dependencies Modified: trunk/nuiton-struts2/pom.xml Modified: trunk/nuiton-struts2/pom.xml =================================================================== --- trunk/nuiton-struts2/pom.xml 2011-05-11 08:07:46 UTC (rev 69) +++ trunk/nuiton-struts2/pom.xml 2011-05-11 10:20:20 UTC (rev 70) @@ -30,6 +30,11 @@ </dependency> <dependency> + <groupId>commons-lang</groupId> + <artifactId>commons-lang</artifactId> + </dependency> + + <dependency> <groupId>commons-logging</groupId> <artifactId>commons-logging</artifactId> </dependency>