aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorDuarte Meneses <duarte.meneses@sonarsource.com>2019-05-16 09:57:58 -0500
committerSonarTech <sonartech@sonarsource.com>2019-05-16 20:21:09 +0200
commitd9038b1a7903f76f48614292a85307bbdd32eda3 (patch)
treea4b3161adfa094f8efc731a882ef0f260526cc7e /build.gradle
parentc95e84d520cf3497e18ed19d1d169121982a136f (diff)
downloadsonarqube-d9038b1a7903f76f48614292a85307bbdd32eda3.tar.gz
sonarqube-d9038b1a7903f76f48614292a85307bbdd32eda3.zip
SONAR-12108 Use SQLServer driver compiled for JRE 8
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index ca2214ab1b0..886afe2d31a 100644
--- a/build.gradle
+++ b/build.gradle
@@ -141,7 +141,7 @@ subprojects {
entry 'hazelcast-client'
}
dependency 'com.ibm.icu:icu4j:3.4.4'
- dependency 'com.microsoft.sqlserver:mssql-jdbc:7.2.2.jre11'
+ dependency 'com.microsoft.sqlserver:mssql-jdbc:7.2.2.jre8'
dependency 'com.oracle.jdbc:ojdbc8:18.3'
dependencySet(group: 'com.squareup.okhttp3', version: '3.14.0') {
entry 'okhttp'