SWS-1067 - 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 c1874192e1
commit 3f36ab480f

View File

@@ -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>