diff options
Diffstat (limited to 'server/sonar-db-core/build.gradle')
-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' } |