From 66ea015c99b55066781ef2fea0e10ef78bebf3f7 Mon Sep 17 00:00:00 2001 From: Rune Flobakk Date: Mon, 22 Apr 2019 22:06:41 +0200 Subject: [PATCH] SWS-1-67 - Reduce commons-io scope. commons-io is only needed as a test dependency in spring-ws-core. --- pom.xml | 11 ++++++----- spring-ws-core/pom.xml | 6 ++++++ 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index e309ce04..03bf3cb2 100644 --- a/pom.xml +++ b/pom.xml @@ -141,16 +141,17 @@ pom import + + + commons-io + commons-io + ${commons-io.version} + - - commons-io - commons-io - ${commons-io.version} - org.springframework spring-core diff --git a/spring-ws-core/pom.xml b/spring-ws-core/pom.xml index bcf68bd0..363023a7 100644 --- a/spring-ws-core/pom.xml +++ b/spring-ws-core/pom.xml @@ -49,6 +49,12 @@ test + + commons-io + commons-io + test + + org.jdom