Skip to content

Commit 3505dba

Browse files
committed
Remove unused dependency
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/cli/trunk@1669812 13f79535-47bb-0310-9956-ffa450edef68
1 parent 57ab280 commit 3505dba

1 file changed

Lines changed: 0 additions & 17 deletions

File tree

pom.xml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -154,29 +154,12 @@
154154
</contributors>
155155

156156
<dependencies>
157-
<!-- used for unit tests -->
158157
<dependency>
159158
<groupId>junit</groupId>
160159
<artifactId>junit</artifactId>
161160
<version>4.12</version>
162161
<scope>test</scope>
163162
</dependency>
164-
<dependency>
165-
<groupId>junit-addons</groupId>
166-
<artifactId>junit-addons</artifactId>
167-
<version>1.4</version>
168-
<scope>test</scope>
169-
<exclusions>
170-
<exclusion>
171-
<groupId>xerces</groupId>
172-
<artifactId>xercesImpl</artifactId>
173-
</exclusion>
174-
<exclusion>
175-
<groupId>xerces</groupId>
176-
<artifactId>xmlParserAPIs</artifactId>
177-
</exclusion>
178-
</exclusions>
179-
</dependency>
180163
</dependencies>
181164

182165
<properties>

0 commit comments

Comments
 (0)