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 /pom.xml | |
parent | 4869dfedbf3f95537889ce5d1f13a42616c9ce8c (diff) | |
download | sonarqube-cab2f0e2a5a6ba3b294e3be356a363fd1c93689f.tar.gz sonarqube-cab2f0e2a5a6ba3b294e3be356a363fd1c93689f.zip |
Remove HSQLDB from unit tests
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -882,11 +882,6 @@ <version>${jetty.version}</version> </dependency> <dependency> - <groupId>hsqldb</groupId> - <artifactId>hsqldb</artifactId> - <version>1.8.0.10</version> - </dependency> - <dependency> <groupId>org.jdom</groupId> <artifactId>jdom</artifactId> <version>1.1</version> |