diff options
author | David Gageot <david@gageot.net> | 2012-07-02 10:10:27 +0200 |
---|---|---|
committer | David Gageot <david@gageot.net> | 2012-07-03 10:57:02 +0200 |
commit | 25e954167dc467546cc555e78b607423afbaaa48 (patch) | |
tree | a764e082f2b79a1178ddade993d6090aa82c50f1 /sonar-testing-harness/pom.xml | |
parent | c8e75f24ad4cecedc7227cbda85e8989487aff28 (diff) | |
download | sonarqube-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.xml | 4 |
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> |