This is an automated email from the ASF dual-hosted git repository. elharo pushed a commit to branch deps in repository https://gitbox.apache.org/repos/asf/maven-rar-plugin.git
commit 17248ba38e0208a767e18f8d1946820c42a83d4a Author: Elliotte Rusty Harold <elh...@ibiblio.org> AuthorDate: Sun Dec 1 13:57:49 2024 -0500 Verify clean and up-to-date dependency declarations --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 944ed90..40abe32 100644 --- a/pom.xml +++ b/pom.xml @@ -193,6 +193,7 @@ under the License. </goals> <configuration> <failOnWarning>true</failOnWarning> + <ignoredDependencies>junit:junit:*,org.apache.maven:maven-compat:*</ignoredDependencies> </configuration> </execution> </executions>