This is an automated email from the ASF dual-hosted git repository.
elharo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-resources-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 05ce9ba reduce dependency scope of plexus-utils and commons-io (#57)
05ce9ba is described below
commit 05ce9ba9ec18bfa21369155766fd12609081b1a2
Author: Elliotte Rusty Harold <[email protected]>
AuthorDate: Mon Mar 27 09:26:38 2023 -0400
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.
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>3.5.1</version>
+ <scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.maven.shared</groupId>
<artifactId>maven-filtering</artifactId>
<version>${mavenFilteringVersion}</version>
</dependency>
- <!-- Upgrade of transitive commons-io 2.4 of maven-shared-utils of
maven-filtering. -->
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.11.0</version>
- <scope>compile</scope>
+ <scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>