From b3a039264b30c5173b7fc750c657e68790cb0596 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=A9bastien=20Lesaint?= Date: Tue, 14 Mar 2017 11:41:44 +0100 Subject: [PATCH] move profile with-db-drivers to server to allow testing in any db module --- server/pom.xml | 35 ++++++++++++++++++++++++++++++++++- server/sonar-db-core/pom.xml | 28 ---------------------------- 2 files changed, 34 insertions(+), 29 deletions(-) diff --git a/server/pom.xml b/server/pom.xml index 4d33bf6327b..4d38ba0c36e 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -1,5 +1,7 @@ - + 4.0.0 org.sonarsource.sonarqube @@ -23,4 +25,35 @@ sonar-plugin-bridge sonar-web + + + + + + with-db-drivers + + + with-db-drivers + + + + + com.microsoft.sqlserver + mssql-jdbc + + + mysql + mysql-connector-java + + + org.postgresql + postgresql + + + com.oracle + ojdbc6 + + + + diff --git a/server/sonar-db-core/pom.xml b/server/sonar-db-core/pom.xml index c87abdc6f3f..70ea1f39390 100644 --- a/server/sonar-db-core/pom.xml +++ b/server/sonar-db-core/pom.xml @@ -188,33 +188,5 @@ - - - - with-db-drivers - - - with-db-drivers - - - - - com.microsoft.sqlserver - mssql-jdbc - - - mysql - mysql-connector-java - - - org.postgresql - postgresql - - - com.oracle - ojdbc6 - - - -- 2.39.5