From d022cbad15d884b2c7060e39323a40db3b5d44af Mon Sep 17 00:00:00 2001 From: Elliotte Rusty Harold Date: Thu, 19 Dec 2024 07:19:40 -0500 Subject: [PATCH] Verify dependency declaration --- pom.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/pom.xml b/pom.xml index bb4a0e6..e0a98ad 100644 --- a/pom.xml +++ b/pom.xml @@ -346,6 +346,22 @@ under the License. + + org.apache.maven.plugins + maven-dependency-plugin + + + analyze + + analyze-only + + + true + org.apache.maven:maven-compat:*,org.slf4j:slf4j-simple:* + + + +