aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2016-12-16 16:24:18 +0100
committerGitHub <noreply@github.com>2016-12-16 16:24:18 +0100
commit18703f65a0fabfe0ff2585801aeb46fffabaf382 (patch)
treee086799bb0f9e385de657521ca374cf5765da960 /pom.xml
parent5801183df4cefa028241606f029c4576c6f26a6b (diff)
downloadsonarqube-18703f65a0fabfe0ff2585801aeb46fffabaf382.tar.gz
sonarqube-18703f65a0fabfe0ff2585801aeb46fffabaf382.zip
SONAR-8547 Get MSSQL driver from Maven central
MSSQL driver has been deployed by Microsoft on Maven central. This artifact is used now instead of copying it in Git sources.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 8b59ab99dce..2591bb7fe3d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -723,6 +723,11 @@
<version>1.1.13.2</version>
</dependency>
<dependency>
+ <groupId>com.microsoft.sqlserver</groupId>
+ <artifactId>mssql-jdbc</artifactId>
+ <version>6.1.0.jre8</version>
+ </dependency>
+ <dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>5.1.39</version>