Skip to content

Commit

Permalink
Revert "Try to fix missing class from graal-sdk in CI"
Browse files Browse the repository at this point in the history
This reverts commit 101926c.
  • Loading branch information
jponge committed Oct 19, 2023
1 parent 101926c commit 9652a52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
6 changes: 0 additions & 6 deletions native-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,6 @@
<profile>
<id>native</id>
<dependencies>
<dependency>
<groupId>org.graalvm.sdk</groupId>
<artifactId>graal-sdk</artifactId>
<version>${graal-sdk.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.graalvm.buildtools</groupId>
<artifactId>junit-platform-native</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,14 +121,12 @@
<kotlin.compiler.jvmTarget>${maven.compiler.target}</kotlin.compiler.jvmTarget>
<dokka.version>1.9.10</dokka.version>

<junit-platform-native.version>0.9.27</junit-platform-native.version>
<native-maven-plugin.version>0.9.7.1</native-maven-plugin.version>
<graal-sdk.version>23.1.0</graal-sdk.version>

<jandex-maven-plugin.version>3.1.5</jandex-maven-plugin.version>
<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 9652a52

Please sign in to comment.