diff --git a/mixin-maven-plugin/pom.xml b/mixin-maven-plugin/pom.xml index 9d160ae..2bcf98e 100644 --- a/mixin-maven-plugin/pom.xml +++ b/mixin-maven-plugin/pom.xml @@ -26,6 +26,10 @@ org.codehaus.plexus plexus-utils + + org.codehaus.plexus + plexus-xml + org.junit.jupiter junit-jupiter-api diff --git a/pom.xml b/pom.xml index 4aa8b30..f7a19d7 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,8 @@ 3.13.0 3.12.0 - 3.5.1 + 4.0.1 + 3.0.0 3.12.0 3.9.0 3.6.3 @@ -131,6 +132,11 @@ plexus-utils ${plexus-utils.version} + + org.codehaus.plexus + plexus-xml + ${plexus-xml.version} +