File tree Expand file tree Collapse file tree 2 files changed +17
-4
lines changed Expand file tree Collapse file tree 2 files changed +17
-4
lines changed Original file line number Diff line number Diff line change 8
8
strategy :
9
9
matrix :
10
10
os : [ubuntu-latest, macos-latest, windows-latest]
11
- java : [17, 21, 22-ea]
11
+ java : [11, 17, 21, 22-ea]
12
12
distribution : ['temurin']
13
13
fail-fast : false
14
14
max-parallel : 4
Original file line number Diff line number Diff line change 132
132
133
133
<properties >
134
134
<clirr .comparisonVersion>3.4.6</clirr .comparisonVersion>
135
+ <derby .version>10.16.1.1</derby .version>
135
136
<log4j .version>2.21.1</log4j .version>
136
137
137
138
<!-- Add slow test groups here and annotate classes similar to @Tag('groupName'). -->
224
225
<dependency >
225
226
<groupId >org.apache.derby</groupId >
226
227
<artifactId >derby</artifactId >
227
- <version >10.16.1.1 </version >
228
+ <version >${derby.version} </version >
228
229
<scope >test</scope >
229
230
</dependency >
230
231
<dependency >
231
232
<groupId >org.apache.derby</groupId >
232
233
<artifactId >derbyshared</artifactId >
233
- <version >10.16.1.1 </version >
234
+ <version >${derby.version} </version >
234
235
<scope >test</scope >
235
236
</dependency >
236
237
<dependency >
237
238
<groupId >org.apache.derby</groupId >
238
239
<artifactId >derbyoptionaltools</artifactId >
239
- <version >10.16.1.1 </version >
240
+ <version >${derby.version} </version >
240
241
<scope >test</scope >
241
242
</dependency >
242
243
<dependency >
427
428
<activation >
428
429
<jdk >(,16)</jdk >
429
430
</activation >
431
+ <properties >
432
+ <derby .version>10.15.2.0</derby .version>
433
+ </properties >
430
434
<build >
431
435
<pluginManagement >
432
436
<plugins >
463
467
<excludedGroups >TestcontainersTests,RequireIllegalAccess</excludedGroups >
464
468
</properties >
465
469
</profile >
470
+ <profile >
471
+ <id >19</id >
472
+ <activation >
473
+ <jdk >[19,)</jdk >
474
+ </activation >
475
+ <properties >
476
+ <derby .version>10.17.1.0</derby .version>
477
+ </properties >
478
+ </profile >
466
479
</profiles >
467
480
468
481
</project >
You can’t perform that action at this time.
0 commit comments