Skip to content

Commit 0a77bcb

Browse files
author
Steve Powell
committed
Adjust Maven pom.xml to remove commons-io and commons-cli from non-test scope.
1 parent 71093c9 commit 0a77bcb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,14 @@
7171
<groupId>commons-cli</groupId>
7272
<artifactId>commons-cli</artifactId>
7373
<version>1.1</version>
74+
<scope>test</scope>
7475
</dependency>
7576

7677
<dependency>
7778
<groupId>commons-io</groupId>
7879
<artifactId>commons-io</artifactId>
7980
<version>1.2</version>
81+
<scope>test</scope>
8082
</dependency>
8183

8284
<dependency>

0 commit comments

Comments
 (0)