[Ts2-pm-deve] ts2-pm/ts2-pm-core pom.xml,1.5,1.6
Status: Pre-Alpha
Brought to you by:
nchalumeau
From: Nicolas C. <nch...@us...> - 2005-05-13 16:37:56
|
Update of /cvsroot/ts2-pm/ts2-pm/ts2-pm-core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17428 Modified Files: pom.xml Log Message: add cli dependancy Index: pom.xml =================================================================== RCS file: /cvsroot/ts2-pm/ts2-pm/ts2-pm-core/pom.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** pom.xml 12 May 2005 18:42:32 -0000 1.5 --- pom.xml 13 May 2005 16:37:48 -0000 1.6 *************** *** 65,68 **** --- 65,73 ---- </dependency> <dependency> + <groupId>commons-cli</groupId> + <artifactId>commons-cli</artifactId> + <version>1.0-beta-2</version> + </dependency> + <dependency> <artifactId>spring</artifactId> <groupId>springframework</groupId> |