Skip to content

Commit a3e4c31

Browse files
committed
jdepend not used by cli-1, so removing that from the pom. Also fixing the comment for the lang dep
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/cli/branches/cli-1.0.x@538020 13f79535-47bb-0310-9956-ffa450edef68
1 parent d5c05da commit a3e4c31

1 file changed

Lines changed: 1 addition & 14 deletions

File tree

project.xml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132

133133
<dependencies>
134134

135-
<!-- used in PatternOptionBuilder -->
135+
<!-- used in TypeHandler -->
136136
<dependency>
137137
<groupId>commons-lang</groupId>
138138
<artifactId>commons-lang</artifactId>
@@ -152,19 +152,6 @@
152152
</properties>
153153
</dependency>
154154

155-
<!-- used for unit tests -->
156-
<dependency>
157-
<groupId>jdepend</groupId>
158-
<artifactId>jdepend</artifactId>
159-
<version>2.5</version>
160-
<properties>
161-
<scope>test</scope>
162-
<comment>
163-
Required only for testing.
164-
</comment>
165-
</properties>
166-
</dependency>
167-
168155
</dependencies>
169156

170157
<build>

0 commit comments

Comments
 (0)