aboutsummaryrefslogtreecommitdiffstats
path: root/it
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 /it
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 'it')
-rw-r--r--it/it-tests/pom.xml8
1 files changed, 2 insertions, 6 deletions
diff --git a/it/it-tests/pom.xml b/it/it-tests/pom.xml
index 48bb8cb4cd4..8b656b5fd13 100644
--- a/it/it-tests/pom.xml
+++ b/it/it-tests/pom.xml
@@ -241,12 +241,8 @@
<artifactId>ojdbc6</artifactId>
</dependency>
<dependency>
- <groupId>com.microsoft.sqljdbc</groupId>
- <artifactId>sqljdbc</artifactId>
- <version>4.2</version>
- <scope>system</scope>
- <systemPath>${project.basedir}/../../sonar-application/src/main/assembly/lib/jdbc/mssql/sqljdbc42.jar
- </systemPath>
+ <groupId>com.microsoft.sqlserver</groupId>
+ <artifactId>mssql-jdbc</artifactId>
</dependency>
</dependencies>
</profile>