Skip to content

Commit 66ea015

Browse files
runeflobakkgregturn
authored andcommitted
SWS-1-67 - Reduce commons-io scope.
commons-io is only needed as a test dependency in spring-ws-core.
1 parent 620d3ea commit 66ea015

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

pom.xml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -141,16 +141,17 @@
141141
<type>pom</type>
142142
<scope>import</scope>
143143
</dependency>
144+
145+
<dependency>
146+
<groupId>commons-io</groupId>
147+
<artifactId>commons-io</artifactId>
148+
<version>${commons-io.version}</version>
149+
</dependency>
144150
</dependencies>
145151
</dependencyManagement>
146152

147153
<dependencies>
148154

149-
<dependency>
150-
<groupId>commons-io</groupId>
151-
<artifactId>commons-io</artifactId>
152-
<version>${commons-io.version}</version>
153-
</dependency>
154155
<dependency>
155156
<groupId>org.springframework</groupId>
156157
<artifactId>spring-core</artifactId>

spring-ws-core/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,12 @@
4949
<scope>test</scope>
5050
</dependency>
5151

52+
<dependency>
53+
<groupId>commons-io</groupId>
54+
<artifactId>commons-io</artifactId>
55+
<scope>test</scope>
56+
</dependency>
57+
5258
<!--// XML-->
5359
<dependency>
5460
<groupId>org.jdom</groupId>

0 commit comments

Comments
 (0)