From f833180b66616fbcedbb4a747ab51e739c8a3aae Mon Sep 17 00:00:00 2001
From: Simon Brandhof <simon.brandhof@sonarsource.com>
Date: Tue, 2 Jul 2019 09:48:16 +0200
Subject: SONAR-12246 Remove dependencies on MySQL driver

---
 server/sonar-db-core/build.gradle | 2 --
 1 file changed, 2 deletions(-)

(limited to 'server/sonar-db-core')

diff --git a/server/sonar-db-core/build.gradle b/server/sonar-db-core/build.gradle
index 1d83be15e67..34228167f41 100644
--- a/server/sonar-db-core/build.gradle
+++ b/server/sonar-db-core/build.gradle
@@ -28,7 +28,6 @@ dependencies {
   testCompile 'com.oracle.jdbc:ojdbc8'
   testCompile 'com.tngtech.java:junit-dataprovider'
   testCompile 'junit:junit'
-  testCompile 'mysql:mysql-connector-java'
   testCompile 'org.assertj:assertj-core'
   testCompile 'org.dbunit:dbunit'
   testCompile 'org.mockito:mockito-core'
@@ -39,7 +38,6 @@ dependencies {
   testRuntime 'com.h2database:h2'
   testRuntime 'com.microsoft.sqlserver:mssql-jdbc'
   testRuntime 'com.oracle.jdbc:ojdbc8'
-  testRuntime 'mysql:mysql-connector-java'
   testRuntime 'org.postgresql:postgresql'
 }
 
-- 
cgit v1.2.3