This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 64e35f7 Make maven core provided scope
64e35f7 is described below
commit 64e35f73c27107c192b33b856f549fa66953b305
Author: Jeremy Landis <[email protected]>
AuthorDate: Tue Dec 28 22:38:36 2021 -0500
Make maven core provided scope
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index 20329b0..7748ee1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -102,6 +102,7 @@ under the License.
<groupId>org.apache.maven</groupId>
<artifactId>maven-core</artifactId>
<version>${mavenVersion}</version>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>