From ed90a60a45c42e6411846c9d90ce9dd3c42d65d2 Mon Sep 17 00:00:00 2001 From: Elliotte Rusty Harold Date: Fri, 6 Dec 2024 18:19:25 -0500 Subject: [PATCH] pom --- pom.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/pom.xml b/pom.xml index 90730ddf..5d3f89a8 100644 --- a/pom.xml +++ b/pom.xml @@ -282,6 +282,23 @@ under the License. src/config/checkstyle-suppressions.xml + + org.apache.maven.plugins + maven-dependency-plugin + 3.8.1 + + + analyze + + analyze-only + + + true + org.slf4j:slf4j-simple:*,org.apache.maven:maven-compat:* + + + +