This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch 3_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/3_0_X by this push:
new 1371a5aaf7 Restoring jdbc.mssql.version property
1371a5aaf7 is described below
commit 1371a5aaf7f05ae12bf4f8b6a0a0562512913a81
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Fri Mar 28 08:28:12 2025 +0100
Restoring jdbc.mssql.version property
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index 304dcd9dd0..f0ae7907ab 100644
--- a/pom.xml
+++ b/pom.xml
@@ -510,6 +510,7 @@ under the License.
<jdbc.postgresql.version>42.7.5</jdbc.postgresql.version>
<jdbc.mysql.version>9.2.0</jdbc.mysql.version>
<jdbc.mariadb.version>3.5.3</jdbc.mariadb.version>
+ <jdbc.mssql.version>12.6.1.jre11</jdbc.mssql.version>
<jdbc.oracle.version>23.7.0.25.01</jdbc.oracle.version>
<bundles.directory>${project.build.directory}/bundles</bundles.directory>