diff options
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> |