Skip to content

Commit 7327648

Browse files
author
Niall Kegan Pemberton
committed
Remove unused dependency
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/cli/trunk@616350 13f79535-47bb-0310-9956-ffa450edef68
1 parent 419b0b9 commit 7327648

2 files changed

Lines changed: 0 additions & 14 deletions

File tree

pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -111,13 +111,6 @@
111111

112112
<dependencies>
113113

114-
<!-- used in PatternOptionBuilder -->
115-
<dependency>
116-
<groupId>commons-lang</groupId>
117-
<artifactId>commons-lang</artifactId>
118-
<version>2.1</version>
119-
</dependency>
120-
121114
<!-- used for unit tests -->
122115
<dependency>
123116
<groupId>junit</groupId>

project.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -139,13 +139,6 @@
139139

140140
<dependencies>
141141

142-
<!-- used in PatternOptionBuilder -->
143-
<dependency>
144-
<groupId>commons-lang</groupId>
145-
<artifactId>commons-lang</artifactId>
146-
<version>2.1</version>
147-
</dependency>
148-
149142
<!-- used for unit tests -->
150143
<dependency>
151144
<groupId>junit</groupId>

0 commit comments

Comments
 (0)