]> source.dussan.org Git - sonarqube.git/commitdiff
Remove unused mysql connector dependency
authorMalena Ebert <malena.ebert@sonarsource.com>
Fri, 16 Oct 2020 13:13:20 +0000 (15:13 +0200)
committersonartech <sonartech@sonarsource.com>
Fri, 23 Oct 2020 20:08:06 +0000 (20:08 +0000)
build.gradle
server/sonar-db-core/build.gradle
server/sonar-db-dao/build.gradle
server/sonar-db-migration/build.gradle
sonar-application/build.gradle

index eea57a99051b6cf9ec37d685686eb2c24fb798b4..60e08011041c7f06e0ad8e6ad3cb1a11fdc4bfca 100644 (file)
@@ -190,7 +190,6 @@ subprojects {
       dependency 'javax.servlet:javax.servlet-api:3.0.1'
       dependency 'javax.xml.bind:jaxb-api:2.3.0'
       dependency 'junit:junit:4.12'
-      dependency 'mysql:mysql-connector-java:5.1.46'
       dependency 'net.jpountz.lz4:lz4:1.3.0'
       dependency 'org.awaitility:awaitility:3.1.6'
       dependency 'org.apache.commons:commons-csv:1.4'
index 1d83be15e6755e0a87923649815f19f2282689a5..34228167f41021aecfc935b48a2ddf9c44dabb3e 100644 (file)
@@ -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'
 }
 
index b7c6ef08d860e4de0e76ba839cbeda2efa0dd82d..01cc6e29841809d4e8af1f6cfdfbacf83826197a 100644 (file)
@@ -27,7 +27,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'
 }
 
index 91ab0460623bf61c4dcb63878649a50c5a64d7d4..dd2969a4dea662b26c5441d56c6658781da75d81 100644 (file)
@@ -25,7 +25,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'
 }
 
index 69cefb98e9eb06f8af2136913f28ebd3905426d3..45e889ffbc78c1c7e5dea2bfd0684352926d105f 100644 (file)
@@ -53,7 +53,6 @@ dependencies {
 
   jdbc_h2 'com.h2database:h2'
   jdbc_mssql 'com.microsoft.sqlserver:mssql-jdbc'
-  jdbc_mysql 'mysql:mysql-connector-java'
   jdbc_postgresql 'org.postgresql:postgresql'
 
   bundledPlugin 'org.sonarsource.auth.github:sonar-auth-github-plugin:1.5.0.870@jar'