File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 134
134
<clirr .comparisonVersion>3.4.6</clirr .comparisonVersion>
135
135
<derby .version>10.17.1.0</derby .version>
136
136
<log4j .version>2.21.1</log4j .version>
137
+ <mssql-jdbc .version>12.4.2.jre11</mssql-jdbc .version>
137
138
138
139
<!-- Add slow test groups here and annotate classes similar to @Tag('groupName'). -->
139
140
<!-- Excluded groups are ran on github ci, to force here, pass -d"excludedGroups=" -->
317
318
<dependency >
318
319
<groupId >com.microsoft.sqlserver</groupId >
319
320
<artifactId >mssql-jdbc</artifactId >
320
- <version >12.4.2.jre11 </version >
321
+ <version >${mssql-jdbc.version} </version >
321
322
<scope >provided</scope >
322
323
</dependency >
323
324
<dependency >
430
431
</activation >
431
432
<properties >
432
433
<derby .version>10.15.2.0</derby .version>
434
+ <mssql-jdbc .version>12.4.2.jre8</mssql-jdbc .version>
433
435
</properties >
434
436
<build >
435
437
<pluginManagement >
You can’t perform that action at this time.
0 commit comments