diff options
Diffstat (limited to 'sonar-application/pom.xml')
-rw-r--r-- | sonar-application/pom.xml | 4 |
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> |