This is an automated email from the ASF dual-hosted git repository.
veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-axiom.git
The following commit(s) were added to refs/heads/master by this push:
new d63135955 Change scope of maven plugin dependencies
d63135955 is described below
commit d631359552d4bb019e5c124e1142a76846821f14
Author: Andreas Veithen <[email protected]>
AuthorDate: Tue May 24 00:13:11 2022 +0000
Change scope of maven plugin dependencies
---
buildutils/axiom-weaver-maven-plugin/pom.xml | 2 ++
buildutils/buildutils-maven-plugin/pom.xml | 2 ++
2 files changed, 4 insertions(+)
diff --git a/buildutils/axiom-weaver-maven-plugin/pom.xml
b/buildutils/axiom-weaver-maven-plugin/pom.xml
index bf62ca353..05ac75919 100644
--- a/buildutils/axiom-weaver-maven-plugin/pom.xml
+++ b/buildutils/axiom-weaver-maven-plugin/pom.xml
@@ -40,10 +40,12 @@
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-core</artifactId>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
diff --git a/buildutils/buildutils-maven-plugin/pom.xml
b/buildutils/buildutils-maven-plugin/pom.xml
index dffa07ef8..28ce64d51 100644
--- a/buildutils/buildutils-maven-plugin/pom.xml
+++ b/buildutils/buildutils-maven-plugin/pom.xml
@@ -49,10 +49,12 @@
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-core</artifactId>
+ <scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.maven.shared</groupId>