From a635acc3339dec24d4012f052eff800428d44e8a Mon Sep 17 00:00:00 2001 From: mike Date: Sun, 15 Mar 2026 16:59:25 +0000 Subject: [PATCH] Fixes #1 where the maven-pgp-plugin appears to have been accidentally included as a normal dependency. This causes all users of this library to pull in that and its transitive dependencies which is undesired, effectively forcing all users to add manual exclusions. --- pom.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pom.xml b/pom.xml index 4f1824e..574cce1 100644 --- a/pom.xml +++ b/pom.xml @@ -96,12 +96,6 @@ 3.0 - - org.apache.maven.plugins - maven-gpg-plugin - 3.1.0 - - javax.annotation javax.annotation-api