smolnar82 commented on code in PR #1333:
URL: https://github.com/apache/knox/pull/1333#discussion_r3678092080
##########
pom.xml:
##########
@@ -193,7 +193,7 @@
<cryptacular.version>1.3.0</cryptacular.version>
<curator.version>5.4.0</curator.version>
<dependency-check-maven.version>6.0.3</dependency-check-maven.version>
- <derby.db.version>10.14.2.0</derby.db.version> <!-- 10.15.1.3 requires
Java 9 -->
+ <derby.db.version>10.17.1.0</derby.db.version>
Review Comment:
org.apache.derby.jdbc.EmbeddedDataSource still exists in Apache Derby 10.17,
but it is no longer in the derby artifact.
Starting with Derby 10.15 (to support the Java Platform Module System), the
DataSource implementations were moved from derby.jar to derbytools.jar while
keeping the same package name.
--
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]