From f402196ce954c595858f47999a4e2bf1b8e2d35d Mon Sep 17 00:00:00 2001 From: spachore Date: Sat, 4 Feb 2023 11:05:28 +0530 Subject: [PATCH] This fixes https://github.com/odavid/maven-plugins/issues/26 --- mixin-maven-plugin/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mixin-maven-plugin/pom.xml b/mixin-maven-plugin/pom.xml index 6ec49a7..b61f34a 100644 --- a/mixin-maven-plugin/pom.xml +++ b/mixin-maven-plugin/pom.xml @@ -26,6 +26,10 @@ ${mavenVersion} provided + + org.codehaus.plexus + plexus-utils +