This is an automated email from the ASF dual-hosted git repository.
pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git
The following commit(s) were added to refs/heads/master by this push:
new 94e9be1 RAT-290: Provide scope to prevent warning in newer maven
versions
94e9be1 is described below
commit 94e9be17a47311b5b04fadbd70d47e19bc43fed8
Author: P. Ottlinger <[email protected]>
AuthorDate: Tue Jan 11 20:51:20 2022 +0100
RAT-290: Provide scope to prevent warning in newer maven versions
---
apache-rat-plugin/pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/apache-rat-plugin/pom.xml b/apache-rat-plugin/pom.xml
index 5a6c21c..783df94 100644
--- a/apache-rat-plugin/pom.xml
+++ b/apache-rat-plugin/pom.xml
@@ -188,6 +188,7 @@
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
<version>${mavenVersion}</version>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>