From 507920da247581544201c494b58b5c226276cedf Mon Sep 17 00:00:00 2001 From: Tamas Cservenak Date: Sun, 27 Aug 2023 16:25:15 +0200 Subject: [PATCH] Sort out p-u scopes As if: * used as extension, p-u MUST NOT be present (as it is in core) * used as plugin, p-u MUST BE present (as 3.9 does not auto-inject it anymore) --- polyglot-common/pom.xml | 1 + polyglot-maven-plugin/pom.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/polyglot-common/pom.xml b/polyglot-common/pom.xml index 0f3bfca0..f66f5a3a 100644 --- a/polyglot-common/pom.xml +++ b/polyglot-common/pom.xml @@ -22,6 +22,7 @@ org.codehaus.plexus plexus-utils ${plexusUtilsVersion} + provided diff --git a/polyglot-maven-plugin/pom.xml b/polyglot-maven-plugin/pom.xml index cf9ce385..dc66e806 100644 --- a/polyglot-maven-plugin/pom.xml +++ b/polyglot-maven-plugin/pom.xml @@ -22,6 +22,7 @@ org.codehaus.plexus plexus-utils ${plexusUtilsVersion} + runtime io.takari.polyglot