File tree Expand file tree Collapse file tree 4 files changed +13
-53
lines changed
src/test/java/test/jdbc/datasource
spring-batch-infrastructure Expand file tree Collapse file tree 4 files changed +13
-53
lines changed Original file line number Diff line number Diff line change 9393 <hsqldb .version>2.7.0</hsqldb .version>
9494 <h2 .version>2.1.214</h2 .version>
9595 <sqlite .version>3.39.2.0</sqlite .version>
96- <derby .version>10.14.2.0 </derby .version> <!-- FIXME compilation failure when upgrading to 10.16.1.1 -- >
96+ <derby .version>10.16.1.1 </derby .version>
9797 <hana .version>2.13.9</hana .version>
9898 <artemis .version>2.24.0</artemis .version>
9999 <jaxb-core .version>4.0.0</jaxb-core .version>
Original file line number Diff line number Diff line change 189189 <version >${derby.version} </version >
190190 <scope >test</scope >
191191 </dependency >
192+ <dependency >
193+ <groupId >org.apache.derby</groupId >
194+ <artifactId >derbytools</artifactId >
195+ <version >${derby.version} </version >
196+ <scope >test</scope >
197+ </dependency >
192198 <dependency >
193199 <groupId >com.sap.cloud.db.jdbc</groupId >
194200 <artifactId >ngdbc</artifactId >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 259259 <version >${derby.version} </version >
260260 <scope >test</scope >
261261 </dependency >
262+ <dependency >
263+ <groupId >org.apache.derby</groupId >
264+ <artifactId >derbytools</artifactId >
265+ <version >${derby.version} </version >
266+ <scope >test</scope >
267+ </dependency >
262268 <dependency >
263269 <groupId >com.thoughtworks.xstream</groupId >
264270 <artifactId >xstream</artifactId >
You can’t perform that action at this time.
0 commit comments