Author: niallp
Date: Tue Jan 29 06:41:10 2008
New Revision: 616350
URL: http://svn.apache.org/viewvc?rev=616350&view=rev
Log:
Remove unused dependency
Modified:
commons/proper/cli/trunk/pom.xml
commons/proper/cli/trunk/project.xml
Modified: commons/proper/cli/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/cli/trunk/pom.xml?rev=616350&r1=616349&r2=616350&view=diff
==============================================================================
--- commons/proper/cli/trunk/pom.xml (original)
+++ commons/proper/cli/trunk/pom.xml Tue Jan 29 06:41:10 2008
@@ -111,13 +111,6 @@
<dependencies>
- <!-- used in PatternOptionBuilder -->
- <dependency>
- <groupId>commons-lang</groupId>
- <artifactId>commons-lang</artifactId>
- <version>2.1</version>
- </dependency>
-
<!-- used for unit tests -->
<dependency>
<groupId>junit</groupId>
Modified: commons/proper/cli/trunk/project.xml
URL:
http://svn.apache.org/viewvc/commons/proper/cli/trunk/project.xml?rev=616350&r1=616349&r2=616350&view=diff
==============================================================================
--- commons/proper/cli/trunk/project.xml (original)
+++ commons/proper/cli/trunk/project.xml Tue Jan 29 06:41:10 2008
@@ -139,13 +139,6 @@
<dependencies>
- <!-- used in PatternOptionBuilder -->
- <dependency>
- <groupId>commons-lang</groupId>
- <artifactId>commons-lang</artifactId>
- <version>2.1</version>
- </dependency>
-
<!-- used for unit tests -->
<dependency>
<groupId>junit</groupId>