Author: bayard
Date: Mon May 14 16:55:17 2007
New Revision: 538020
URL: http://svn.apache.org/viewvc?view=rev&rev=538020
Log:
jdepend not used by cli-1, so removing that from the pom. Also fixing the
comment for the lang dep
Modified:
jakarta/commons/proper/cli/branches/cli-1.0.x/project.xml
Modified: jakarta/commons/proper/cli/branches/cli-1.0.x/project.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/cli/branches/cli-1.0.x/project.xml?view=diff&rev=538020&r1=538019&r2=538020
==============================================================================
--- jakarta/commons/proper/cli/branches/cli-1.0.x/project.xml (original)
+++ jakarta/commons/proper/cli/branches/cli-1.0.x/project.xml Mon May 14
16:55:17 2007
@@ -132,7 +132,7 @@
<dependencies>
- <!-- used in PatternOptionBuilder -->
+ <!-- used in TypeHandler -->
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
@@ -144,19 +144,6 @@
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
- <properties>
- <scope>test</scope>
- <comment>
- Required only for testing.
- </comment>
- </properties>
- </dependency>
-
- <!-- used for unit tests -->
- <dependency>
- <groupId>jdepend</groupId>
- <artifactId>jdepend</artifactId>
- <version>2.5</version>
<properties>
<scope>test</scope>
<comment>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]