SWS-1-67 - Reduce commons-io scope.

commons-io is only needed as a test dependency in spring-ws-core.
This commit is contained in:
Rune Flobakk
2019-04-22 22:06:41 +02:00
committed by Greg Turnquist
parent 620d3eaed4
commit 66ea015c99
2 changed files with 12 additions and 5 deletions

View File

@@ -49,6 +49,12 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<scope>test</scope>
</dependency>
<!--// XML-->
<dependency>
<groupId>org.jdom</groupId>