You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2022/01/03 12:24:35 UTC

[maven-jlink-plugin] branch master updated: Maven Plugin 3.6.2 - update scope to provided for Maven Core deps

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-jlink-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 7a06837  Maven Plugin 3.6.2 - update scope to provided for Maven Core deps
7a06837 is described below

commit 7a06837ce534c034b602f0fd8958fe8a17f8fc12
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Mon Jan 3 13:24:40 2022 +0100

    Maven Plugin 3.6.2 - update scope to provided for Maven Core deps
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index 1b776b5..f6868a6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -83,11 +83,13 @@
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-plugin-api</artifactId>
       <version>${mavenVersion}</version>
+      <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-core</artifactId>
       <version>${mavenVersion}</version>
+      <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>