Skip to content

Commit

Permalink
POM cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jponge committed Oct 18, 2023
1 parent 924bb7c commit 9ce7735
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
11 changes: 2 additions & 9 deletions native-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<dependency>
<groupId>org.graalvm.buildtools</groupId>
<artifactId>junit-platform-native</artifactId>
<version>0.9.27</version>
<version>${junit-platform-native.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand All @@ -51,16 +51,9 @@
<plugin>
<groupId>org.graalvm.buildtools</groupId>
<artifactId>native-maven-plugin</artifactId>
<version>0.9.7.1</version>
<version>${native-maven-plugin.version}</version>
<extensions>true</extensions>
<executions>
<!-- <execution>-->
<!-- <id>build-native</id>-->
<!-- <goals>-->
<!-- <goal>build</goal>-->
<!-- </goals>-->
<!-- <phase>package</phase>-->
<!-- </execution>-->
<execution>
<id>test-native</id>
<goals>
Expand Down
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@
<find-and-replace-maven-plugin.version>1.1.0</find-and-replace-maven-plugin.version>
<jreleaser-maven-plugin.version>1.8.0</jreleaser-maven-plugin.version>
<cyclonedx-maven-plugin.version>2.7.9</cyclonedx-maven-plugin.version>
<junit-platform-native.version>0.9.27</junit-platform-native.version>
<native-maven-plugin.version>0.9.7.1</native-maven-plugin.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 9ce7735

Please sign in to comment.