From b91406290788302ff84ebf97056b7d75c004c6cf Mon Sep 17 00:00:00 2001 From: Marcus Fihlon Date: Tue, 31 Dec 2024 13:24:48 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Add=20check=20for=20duplicate=20?= =?UTF-8?q?dependencies=20for=20#9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marcus Fihlon --- pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/pom.xml b/pom.xml index 08316ac..b21b758 100644 --- a/pom.xml +++ b/pom.xml @@ -284,6 +284,17 @@ + + ban-duplicate-dependencies + + enforce + + + + + + +