[Clirr-devel] CVS: clirr/core pom.xml,1.1,1.2
Status: Alpha
Brought to you by:
lkuehne
From: Lars Küh. <lk...@us...> - 2008-02-25 19:01:31
|
Update of /cvsroot/clirr/clirr/core In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv1594 Modified Files: pom.xml Log Message: removed ant.jar from *-all.jar Index: pom.xml =================================================================== RCS file: /cvsroot/clirr/clirr/core/pom.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- pom.xml 17 Feb 2008 20:20:46 -0000 1.1 +++ pom.xml 25 Feb 2008 19:01:26 -0000 1.2 @@ -43,6 +43,7 @@ <groupId>ant</groupId> <artifactId>ant</artifactId> <version>1.5.3-1</version> + <scope>provided</scope> </dependency> <dependency> <groupId>commons-cli</groupId> |