File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ maven.com_google_http_client_google_http_client=com.google.http-client:google-ht
7575maven.com_google_http_client_google_http_client_gson =com.google.http-client:google-http-client-gson:1.45.3
7676maven.org_codehaus_mojo_animal_sniffer_annotations =org.codehaus.mojo:animal-sniffer-annotations:1.24
7777maven.javax_annotation_javax_annotation_api =javax.annotation:javax.annotation-api:1.3.2
78- maven.org_graalvm_sdk =org.graalvm.sdk:graal-sdk:22.3.5
78+ maven.org_graalvm_sdk =org.graalvm.sdk:nativeimage:24.0.1
7979
8080# Testing maven artifacts
8181maven.junit_junit =junit:junit:4.13.2
Original file line number Diff line number Diff line change 8484 </dependency >
8585 <dependency >
8686 <groupId >org.graalvm.sdk</groupId >
87- <artifactId >graal-sdk </artifactId >
87+ <artifactId >nativeimage </artifactId >
8888 <scope >provided</scope >
8989 </dependency >
9090 <dependency >
Original file line number Diff line number Diff line change 6161 </dependency >
6262 <dependency >
6363 <groupId >org.graalvm.sdk</groupId >
64- <artifactId >graal-sdk </artifactId >
64+ <artifactId >nativeimage </artifactId >
6565 <scope >provided</scope >
6666 </dependency >
6767 <dependency >
You can’t perform that action at this time.
0 commit comments