diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2019-07-02 09:48:16 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2019-07-10 08:36:52 +0200 |
commit | f833180b66616fbcedbb4a747ab51e739c8a3aae (patch) | |
tree | e8c74f0a143486c12446bd2bcddd88231b903659 /server/sonar-db-core | |
parent | 66d4e6772ab7e53be02f8438c69135f632fc7e89 (diff) | |
download | sonarqube-f833180b66616fbcedbb4a747ab51e739c8a3aae.tar.gz sonarqube-f833180b66616fbcedbb4a747ab51e739c8a3aae.zip |
SONAR-12246 Remove dependencies on MySQL driver
Diffstat (limited to 'server/sonar-db-core')
-rw-r--r-- | server/sonar-db-core/build.gradle | 2 |
1 files changed, 0 insertions, 2 deletions
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' } |