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 | |
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')
-rw-r--r-- | sonar-application/assembly.xml | 9 | ||||
-rw-r--r-- | sonar-application/pom.xml | 5 |
2 files changed, 0 insertions, 14 deletions
diff --git a/sonar-application/assembly.xml b/sonar-application/assembly.xml index 6bdb789c059..8010c915144 100644 --- a/sonar-application/assembly.xml +++ b/sonar-application/assembly.xml @@ -13,7 +13,6 @@ <excludes> <exclude>org.codehaus.sonar:sonar-server</exclude> <exclude>mysql:mysql-connector-java</exclude> - <exclude>com.h2database:h2</exclude> <exclude>postgresql:postgresql</exclude> <exclude>net.sourceforge.jtds:jtds</exclude> <exclude>org.codehaus.sonar.plugins:*</exclude> @@ -61,14 +60,6 @@ <scope>runtime</scope> </dependencySet> <dependencySet> - <outputDirectory>extensions/jdbc-driver/h2/</outputDirectory> - <includes> - <include>com.h2database:h2</include> - </includes> - <unpack>false</unpack> - <scope>runtime</scope> - </dependencySet> - <dependencySet> <outputDirectory>extensions/jdbc-driver/postgresql/</outputDirectory> <includes> <include>postgresql:postgresql</include> 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> |