Skip to content

Commit 3f36ab4

Browse files
runeflobakkgregturn
authored andcommitted
SWS-1067 - Reduce commons-io scope.
commons-io is only needed as a test dependency in spring-ws-core.
1 parent c187419 commit 3f36ab4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

spring-ws-core/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,12 @@
5656
<scope>test</scope>
5757
</dependency>
5858

59+
<dependency>
60+
<groupId>commons-io</groupId>
61+
<artifactId>commons-io</artifactId>
62+
<scope>test</scope>
63+
</dependency>
64+
5965
<!--// XML-->
6066
<dependency>
6167
<groupId>org.jdom</groupId>

0 commit comments

Comments
 (0)