This is an automated email from the ASF dual-hosted git repository. pottlinger pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/creadur-whisker.git
commit a51304a26f2fcc7b90aca352935c70146adda1b3 Author: P. Ottlinger <[email protected]> AuthorDate: Tue Jan 11 20:49:02 2022 +0100 Fix build warning about missing scope --- apache-whisker-maven-plugin/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/apache-whisker-maven-plugin/pom.xml b/apache-whisker-maven-plugin/pom.xml index 22766b9..2bf749b 100644 --- a/apache-whisker-maven-plugin/pom.xml +++ b/apache-whisker-maven-plugin/pom.xml @@ -31,6 +31,7 @@ <groupId>org.apache.maven</groupId> <artifactId>maven-plugin-api</artifactId> <version>3.8.4</version> + <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.maven.plugin-tools</groupId>
