File tree 4 files changed +13
-53
lines changed
src/test/java/test/jdbc/datasource
spring-batch-infrastructure
4 files changed +13
-53
lines changed Original file line number Diff line number Diff line change 93
93
<hsqldb .version>2.7.0</hsqldb .version>
94
94
<h2 .version>2.1.214</h2 .version>
95
95
<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>
97
97
<hana .version>2.13.9</hana .version>
98
98
<artemis .version>2.24.0</artemis .version>
99
99
<jaxb-core .version>4.0.0</jaxb-core .version>
Original file line number Diff line number Diff line change 189
189
<version >${derby.version} </version >
190
190
<scope >test</scope >
191
191
</dependency >
192
+ <dependency >
193
+ <groupId >org.apache.derby</groupId >
194
+ <artifactId >derbytools</artifactId >
195
+ <version >${derby.version} </version >
196
+ <scope >test</scope >
197
+ </dependency >
192
198
<dependency >
193
199
<groupId >com.sap.cloud.db.jdbc</groupId >
194
200
<artifactId >ngdbc</artifactId >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 259
259
<version >${derby.version} </version >
260
260
<scope >test</scope >
261
261
</dependency >
262
+ <dependency >
263
+ <groupId >org.apache.derby</groupId >
264
+ <artifactId >derbytools</artifactId >
265
+ <version >${derby.version} </version >
266
+ <scope >test</scope >
267
+ </dependency >
262
268
<dependency >
263
269
<groupId >com.thoughtworks.xstream</groupId >
264
270
<artifactId >xstream</artifactId >
You can’t perform that action at this time.
0 commit comments