From: Walter M. <wal...@us...> - 2008-02-25 14:16:45
|
User: walterim Date: 08/02/25 06:16:50 Modified: andromda-jsf2 pom.xml Log: Added commons-lang dependency Revision Changes Path 1.8 +5 -0 cartridges/andromda-jsf2/pom.xml Index: pom.xml =================================================================== RCS file: /cvsroot/andromdaplugins/cartridges/andromda-jsf2/pom.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -u -w -r1.7 -r1.8 --- pom.xml 2 Jul 2007 18:55:00 -0000 1.7 +++ pom.xml 25 Feb 2008 14:16:49 -0000 1.8 @@ -18,6 +18,11 @@ <artifactId>andromda-jsf-cartridge-components</artifactId> <version>3.3-SNAPSHOT</version> </dependency> + <dependency> + <groupId>commons-lang</groupId> + <artifactId>commons-lang</artifactId> + <version>2.3</version> + </dependency> </dependencies> <build> <plugins> |