From 07264bb831a35053beb2245b9b20824ac7887364 Mon Sep 17 00:00:00 2001 From: bsorrentino Date: Wed, 20 Sep 2023 10:41:46 +0200 Subject: [PATCH] build: change 'maven-plugin-annotations' dependency scope to provided resolve #102 --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index db0af85..738dc35 100644 --- a/pom.xml +++ b/pom.xml @@ -108,6 +108,7 @@ This plugin could be considered the 'alter ego' of maven apt plugin http://mojo. org.apache.maven.plugin-tools maven-plugin-annotations ${maven.plugin.version} + provided org.codehaus.plexus