aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application/pom.xml
diff options
context:
space:
mode:
authorDavid Gageot <david@gageot.net>2012-07-02 10:10:27 +0200
committerDavid Gageot <david@gageot.net>2012-07-03 10:57:02 +0200
commit25e954167dc467546cc555e78b607423afbaaa48 (patch)
treea764e082f2b79a1178ddade993d6090aa82c50f1 /sonar-application/pom.xml
parentc8e75f24ad4cecedc7227cbda85e8989487aff28 (diff)
downloadsonarqube-25e954167dc467546cc555e78b607423afbaaa48.tar.gz
sonarqube-25e954167dc467546cc555e78b607423afbaaa48.zip
Replacing Derby with H2
Diffstat (limited to 'sonar-application/pom.xml')
-rw-r--r--sonar-application/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml
index 1fba0b0bfd6..50300a5d649 100644
--- a/sonar-application/pom.xml
+++ b/sonar-application/pom.xml
@@ -93,8 +93,8 @@
<scope>runtime</scope>
</dependency>
<dependency>
- <groupId>org.apache.derby</groupId>
- <artifactId>derbyclient</artifactId>
+ <groupId>com.h2database</groupId>
+ <artifactId>h2</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>