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-testing-harness | |
parent | 4869dfedbf3f95537889ce5d1f13a42616c9ce8c (diff) | |
download | sonarqube-cab2f0e2a5a6ba3b294e3be356a363fd1c93689f.tar.gz sonarqube-cab2f0e2a5a6ba3b294e3be356a363fd1c93689f.zip |
Remove HSQLDB from unit tests
Diffstat (limited to 'sonar-testing-harness')
-rw-r--r-- | sonar-testing-harness/pom.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sonar-testing-harness/pom.xml b/sonar-testing-harness/pom.xml index 42f240e03c9..4185c8c0ce6 100644 --- a/sonar-testing-harness/pom.xml +++ b/sonar-testing-harness/pom.xml @@ -60,10 +60,6 @@ </exclusions> </dependency> <dependency> - <groupId>hsqldb</groupId> - <artifactId>hsqldb</artifactId> - </dependency> - <dependency> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar-plugin-api</artifactId> <version>${project.version}</version> |