Skip to content

Commit

Permalink
Try to fix missing class from graal-sdk in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jponge committed Oct 19, 2023
1 parent 44afd31 commit 101926c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 6 additions & 0 deletions native-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@
<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: 4 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,12 +121,14 @@
<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 101926c

Please sign in to comment.