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ı <[email protected]> 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>
