aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-testing-harness/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-testing-harness/pom.xml
parentc8e75f24ad4cecedc7227cbda85e8989487aff28 (diff)
downloadsonarqube-25e954167dc467546cc555e78b607423afbaaa48.tar.gz
sonarqube-25e954167dc467546cc555e78b607423afbaaa48.zip
Replacing Derby with H2
Diffstat (limited to 'sonar-testing-harness/pom.xml')
-rw-r--r--sonar-testing-harness/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/sonar-testing-harness/pom.xml b/sonar-testing-harness/pom.xml
index a66de638c53..ef72ba2be81 100644
--- a/sonar-testing-harness/pom.xml
+++ b/sonar-testing-harness/pom.xml
@@ -41,8 +41,8 @@
<version>${project.version}</version>
</dependency>
<dependency>
- <groupId>org.apache.derby</groupId>
- <artifactId>derby</artifactId>
+ <groupId>com.h2database</groupId>
+ <artifactId>h2</artifactId>
</dependency>
<dependency>
<groupId>org.dbunit</groupId>