diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2014-04-18 09:26:54 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2014-04-18 09:26:54 +0200 |
commit | 97c2d3be51f241c8ba47cf7fb52cd248b5a5a50d (patch) | |
tree | 2d2cb6343de1376525c351d57dba91caf2162319 /sonar-application/pom.xml | |
parent | f2dd46cf5745f7c14f2bce20f5131e4e242f8c7c (diff) | |
download | sonarqube-97c2d3be51f241c8ba47cf7fb52cd248b5a5a50d.tar.gz sonarqube-97c2d3be51f241c8ba47cf7fb52cd248b5a5a50d.zip |
SONAR-5226 drop extensions/jdbc-driver/h2 from zip
Diffstat (limited to 'sonar-application/pom.xml')
-rw-r--r-- | sonar-application/pom.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml index beb6302868a..5e6589f3fe0 100644 --- a/sonar-application/pom.xml +++ b/sonar-application/pom.xml @@ -93,11 +93,6 @@ <scope>runtime</scope> </dependency> <dependency> - <groupId>com.h2database</groupId> - <artifactId>h2</artifactId> - <scope>runtime</scope> - </dependency> - <dependency> <groupId>net.sourceforge.jtds</groupId> <artifactId>jtds</artifactId> <scope>runtime</scope> |