Skip to content

Commit

Permalink
Merge pull request #264 from takari/fix-maven-3.9.4-plexus-utils-problem
Browse files Browse the repository at this point in the history
adds explicit plexu-utils for maven-3.9.4 and newer
  • Loading branch information
mkristian authored Aug 5, 2023
2 parents 81a1150 + 8cf1cb9 commit 0e18530
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions polyglot-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@
<packaging>takari-maven-plugin</packaging>

<dependencies>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>2.0.6</version>
</dependency>
<dependency>
<groupId>io.takari.polyglot</groupId>
<artifactId>polyglot-common</artifactId>
Expand Down

0 comments on commit 0e18530

Please sign in to comment.