aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sonar-core/pom.xml')
-rw-r--r--sonar-core/pom.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/sonar-core/pom.xml b/sonar-core/pom.xml
index dba6c874164..bf523da6e2c 100644
--- a/sonar-core/pom.xml
+++ b/sonar-core/pom.xml
@@ -132,11 +132,6 @@
<artifactId>dbunit</artifactId>
<scope>test</scope>
</dependency>
- <dependency>
- <groupId>hsqldb</groupId>
- <artifactId>hsqldb</artifactId>
- <scope>test</scope>
- </dependency>
<!--
JDBC drivers for MyBatis integration tests.