aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2015-09-17 15:36:51 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2015-09-17 15:36:51 +0200
commit20d34c482023e2fedc45f6917c67d372cbcbda0f (patch)
treecaf2b1a793e04cac73698368aabd3f37986d3a80 /pom.xml
parent530478f620406f535bd3055f88fab4edaa7da1c5 (diff)
downloadsonarqube-20d34c482023e2fedc45f6917c67d372cbcbda0f.tar.gz
sonarqube-20d34c482023e2fedc45f6917c67d372cbcbda0f.zip
SONAR-6552 fix bad merge
- fix ruby activerecord adapter - do not package jtds.jar
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml9
1 files changed, 0 insertions, 9 deletions
diff --git a/pom.xml b/pom.xml
index 917543527d7..b21b09e3d06 100644
--- a/pom.xml
+++ b/pom.xml
@@ -902,11 +902,6 @@
<version>9.3-1102-jdbc41</version>
</dependency>
<dependency>
- <groupId>net.sourceforge.jtds</groupId>
- <artifactId>jtds</artifactId>
- <version>1.3.1</version>
- </dependency>
- <dependency>
<groupId>org.codehaus.woodstox</groupId>
<artifactId>woodstox-core-lgpl</artifactId>
<version>4.4.0</version>
@@ -1524,10 +1519,6 @@
<artifactId>postgresql</artifactId>
</dependency>
<dependency>
- <groupId>net.sourceforge.jtds</groupId>
- <artifactId>jtds</artifactId>
- </dependency>
- <dependency>
<!-- this artifact is located in the SonarSource internal repository -->
<groupId>com.oracle</groupId>
<artifactId>ojdbc6</artifactId>