This is an automated email from the ASF dual-hosted git repository.

elharo pushed a commit to branch deps
in repository 
https://gitbox.apache.org/repos/asf/maven-project-info-reports-plugin.git

commit c7518026769a865916902219fc0a375010423844
Author: Elliotte Rusty Harold <elh...@users.noreply.github.com>
AuthorDate: Fri May 26 15:49:06 2023 -0400

    move dependencies to test scope
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index 19e5897..574a2f5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -190,6 +190,7 @@ under the License.
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-shared-utils</artifactId>
       <version>3.3.4</version>
+      <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
@@ -461,6 +462,7 @@ under the License.
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
       <version>2.11.0</version>
+      <scope>test</scope>
     </dependency>
   </dependencies>
 

Reply via email to