From 05ce9ba9ec18bfa21369155766fd12609081b1a2 Mon Sep 17 00:00:00 2001 From: Elliotte Rusty Harold Date: Mon, 27 Mar 2023 09:26:38 -0400 Subject: [PATCH] reduce dependency scope of plexus-utils and commons-io (#57) --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index c02bf0d..b3591d6 100644 --- a/pom.xml +++ b/pom.xml @@ -123,18 +123,18 @@ under the License. org.codehaus.plexus plexus-utils 3.5.1 + test org.apache.maven.shared maven-filtering ${mavenFilteringVersion} - commons-io commons-io 2.11.0 - compile + test org.apache.commons