SWS-1067 - Reduce commons-io scope.
commons-io is only needed as a test dependency in spring-ws-core.
This commit is contained in:
committed by
Greg Turnquist
parent
c1874192e1
commit
3f36ab480f
@@ -56,6 +56,12 @@
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>commons-io</groupId>
|
||||
<artifactId>commons-io</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
<!--// XML-->
|
||||
<dependency>
|
||||
<groupId>org.jdom</groupId>
|
||||
|
||||
Reference in New Issue
Block a user