mariofusco commented on code in PR #3064:
URL:
https://github.com/apache/incubator-kie-optaplanner/pull/3064#discussion_r1513201983
##########
build/optaplanner-build-parent/pom.xml:
##########
@@ -178,6 +180,21 @@
<artifactId>jfreechart</artifactId>
<version>${version.org.jfree.jfreechart}</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.derby</groupId>
+ <artifactId>derby</artifactId>
Review Comment:
Since we're using H2 everywhere and it seems to work fine with OpenJPA (at
least in Drools), if possible I would give a try to use H2 also here and avoid
adding another dependency.
--
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]