Skip to content

Commit

Permalink
Wip
Browse files Browse the repository at this point in the history
Signed-off-by: Geoffroy Jamgotchian <[email protected]>
  • Loading branch information
geofjamg committed Nov 2, 2023
1 parent 9966bf2 commit 7469bf7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,12 @@
<version>${graalvm.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.graalvm.nativeimage</groupId>
<artifactId>svm</artifactId>
<version>${graalvm.version}</version>
<scope>provided</scope>
</dependency>
<!--
rdf4j depends on a very old version of mapdb. It is using ObjectStream which is not yet supported
by GraalVM native image (https://github.com/oracle/graal/issues/2192). New version of mapdb seems to not
Expand Down

0 comments on commit 7469bf7

Please sign in to comment.