Skip to content

Commit 810155b

Browse files
committed
[pom] Adjust usage of mssql-jdbc so version 8 is used pre jdk 16
1 parent f9d4e21 commit 810155b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@
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=" -->
@@ -317,7 +318,7 @@
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>
@@ -430,6 +431,7 @@
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>

0 commit comments

Comments
 (0)