Skip to content

Commit

Permalink
Sort out p-u scopes
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
cstamas committed Aug 27, 2023
1 parent 746ef51 commit 507920d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions polyglot-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>${plexusUtilsVersion}</version>
<scope>provided</scope>
</dependency>
</dependencies>

Expand Down
1 change: 1 addition & 0 deletions polyglot-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>${plexusUtilsVersion}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.takari.polyglot</groupId>
Expand Down

0 comments on commit 507920d

Please sign in to comment.