You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by vy...@apache.org on 2023/01/25 16:17:36 UTC

[logging-log4j-tools] 07/07: Mark Maven plugin dependencies as `provided`

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

vy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j-tools.git

commit 84ea2a0e19d8ddafdeeee18230b267adb66fdba9
Author: Volkan Yazıcı <vo...@yazi.ci>
AuthorDate: Wed Jan 25 17:18:42 2023 +0100

    Mark Maven plugin dependencies as `provided`
---
 log4j-tools-parent/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/log4j-tools-parent/pom.xml b/log4j-tools-parent/pom.xml
index 7370dfe..4ba4df6 100644
--- a/log4j-tools-parent/pom.xml
+++ b/log4j-tools-parent/pom.xml
@@ -99,12 +99,14 @@
         <groupId>org.apache.maven.plugin-tools</groupId>
         <artifactId>maven-plugin-annotations</artifactId>
         <version>${maven-plugin.version}</version>
+        <scope>provided</scope>
       </dependency>
 
       <dependency>
         <groupId>org.apache.maven</groupId>
         <artifactId>maven-plugin-api</artifactId>
         <version>${maven-plugin-api.version}</version>
+        <scope>provided</scope>
       </dependency>
 
       <dependency>