diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2012-10-26 16:21:02 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2012-10-26 16:21:02 +0200 |
commit | 67d38621f157c770f61a07e27fd776d446c2c8f9 (patch) | |
tree | 672590f8885df2721419478061d250e8d6d6f126 /sonar-batch/pom.xml | |
parent | b71b3673e91930aac3fff828d628279b5dee7616 (diff) | |
download | sonarqube-67d38621f157c770f61a07e27fd776d446c2c8f9.tar.gz sonarqube-67d38621f157c770f61a07e27fd776d446c2c8f9.zip |
SONAR-3895 do not download JDBC driver on dry run
Diffstat (limited to 'sonar-batch/pom.xml')
-rw-r--r-- | sonar-batch/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sonar-batch/pom.xml b/sonar-batch/pom.xml index ec6c38fa8aa..3000f785c94 100644 --- a/sonar-batch/pom.xml +++ b/sonar-batch/pom.xml @@ -61,6 +61,11 @@ <groupId>commons-lang</groupId> <artifactId>commons-lang</artifactId> </dependency> + <dependency> + <!-- local database --> + <groupId>com.h2database</groupId> + <artifactId>h2</artifactId> + </dependency> <!-- unit tests --> <dependency> |