From 1eb14cbf612d899e4fe6d182bd5f3393a3a05623 Mon Sep 17 00:00:00 2001 From: Marcus Fihlon Date: Tue, 31 Dec 2024 13:23:48 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Add=20check=20for=20duplicate=20?= =?UTF-8?q?dependencies=20for=20#267?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marcus Fihlon --- pom.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/pom.xml b/pom.xml index 30c467f..45f2859 100644 --- a/pom.xml +++ b/pom.xml @@ -327,6 +327,23 @@ + + maven-dependency-plugin + 3.8.1 + + + analyze + + analyze-only + + + + false + + + + + org.simplify4u.plugins pgpverify-maven-plugin