diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2011-11-10 16:22:12 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2011-11-10 16:22:12 +0100 |
commit | cab2f0e2a5a6ba3b294e3be356a363fd1c93689f (patch) | |
tree | 30b5b4ca9289885f2580f902fc396451a4e06f8d /sonar-plugin-api/pom.xml | |
parent | 4869dfedbf3f95537889ce5d1f13a42616c9ce8c (diff) | |
download | sonarqube-cab2f0e2a5a6ba3b294e3be356a363fd1c93689f.tar.gz sonarqube-cab2f0e2a5a6ba3b294e3be356a363fd1c93689f.zip |
Remove HSQLDB from unit tests
Diffstat (limited to 'sonar-plugin-api/pom.xml')
-rw-r--r-- | sonar-plugin-api/pom.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sonar-plugin-api/pom.xml b/sonar-plugin-api/pom.xml index c6dd85a848f..5c400a14bf8 100644 --- a/sonar-plugin-api/pom.xml +++ b/sonar-plugin-api/pom.xml @@ -176,11 +176,6 @@ <scope>test</scope> </dependency> <dependency> - <groupId>hsqldb</groupId> - <artifactId>hsqldb</artifactId> - <scope>test</scope> - </dependency> - <dependency> <groupId>org.mortbay.jetty</groupId> <artifactId>jetty-servlet-tester</artifactId> <scope>test</scope> |