You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2020/06/30 22:14:38 UTC

[maven-shared-io] 01/01: limit maven-compat to test scope

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

elharo pushed a commit to branch compat
in repository https://gitbox.apache.org/repos/asf/maven-shared-io.git

commit 5bfed5ffac6f6c0385139f96771033f703db501b
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Tue Jun 30 18:14:18 2020 -0400

    limit maven-compat to test scope
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 25e7c15..0b97ad9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -80,6 +80,7 @@
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-compat</artifactId>
       <version>${mavenVersion}</version>
+      <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.wagon</groupId>