Skip to content

Commit

Permalink
Remove obsolete Native Maven Plugin plugin dependency (#2512)
Browse files Browse the repository at this point in the history
Plugin had been updated to a newer version without this bug in the meantime.
  • Loading branch information
Marcono1234 authored Oct 16, 2023
1 parent ce7a610 commit bd361f6
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions graal-native-image-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -163,16 +163,6 @@
</configuration>
</execution>
</executions>
<dependencies>
<!-- Workaround for https://github.com/graalvm/native-build-tools/issues/418 -->
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<!-- Don't upgrade version to >= 4 because that seems to contain potentially backward
incompatible changes -->
<version>3.5.1</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
Expand Down

0 comments on commit bd361f6

Please sign in to comment.