porcelli commented on PR #3070:
URL:
https://github.com/apache/incubator-kie-optaplanner/pull/3070#issuecomment-2037549346
@lucamolteni had to make the following change local to make it build:
```diff
diff --git i/optaplanner-persistence/optaplanner-persistence-xstream/pom.xml
w/optaplanner-persistence/optaplanner-persistence-xstream/pom.xml
index 8f65d97677..113de384d1 100644
--- i/optaplanner-persistence/optaplanner-persistence-xstream/pom.xml
+++ w/optaplanner-persistence/optaplanner-persistence-xstream/pom.xml
@@ -77,6 +77,11 @@
<artifactId>graal-sdk</artifactId>
<scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>org.graalvm.sdk</groupId>
+ <artifactId>nativeimage</artifactId>
+ <scope>provided</scope>
+ </dependency>
<!-- Testing -->
<dependency>
<groupId>org.junit.jupiter</groupId>
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]