From 57350269423de6efcaf42e2f06825110afef4612 Mon Sep 17 00:00:00 2001 From: Alexander Kriegisch Date: Mon, 12 Apr 2021 13:52:28 +0700 Subject: Fix undetected runtime dependency usage problem from previous commit In module 'tests', our tests need Ant launcher. Hence, dependency ant:ant-launcher was re-added to the POM (with test scope this time) and Maven Dependency plugin configured to regard it as a used dependency and not falsely report it as unused. Signed-off-by: Alexander Kriegisch --- tests/pom.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/tests/pom.xml b/tests/pom.xml index a8d5b27aa..d276169f7 100644 --- a/tests/pom.xml +++ b/tests/pom.xml @@ -85,6 +85,13 @@ ${project.version} test + + + ant + ant-launcher + ${lib.ant.version} + test + @@ -100,6 +107,16 @@ + + org.apache.maven.plugins + maven-dependency-plugin + + + + ant:ant-launcher + + + -- cgit v1.2.3