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 134134 <clirr .comparisonVersion>3.4.6</clirr .comparisonVersion>
135135 <derby .version>10.17.1.0</derby .version>
136136 <log4j .version>2.21.1</log4j .version>
137+ <mssql-jdbc .version>12.4.2.jre11</mssql-jdbc .version>
137138
138139 <!-- Add slow test groups here and annotate classes similar to @Tag('groupName'). -->
139140 <!-- Excluded groups are ran on github ci, to force here, pass -d"excludedGroups=" -->
317318 <dependency >
318319 <groupId >com.microsoft.sqlserver</groupId >
319320 <artifactId >mssql-jdbc</artifactId >
320- <version >12.4.2.jre11 </version >
321+ <version >${mssql-jdbc.version} </version >
321322 <scope >provided</scope >
322323 </dependency >
323324 <dependency >
430431 </activation >
431432 <properties >
432433 <derby .version>10.15.2.0</derby .version>
434+ <mssql-jdbc .version>12.4.2.jre8</mssql-jdbc .version>
433435 </properties >
434436 <build >
435437 <pluginManagement >
You can’t perform that action at this time.
0 commit comments