diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2011-04-18 16:56:47 +0200 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2011-04-18 16:56:47 +0200 |
commit | 91b9063c7b7e13eac1c7d5e11c64cfc9f79c04f7 (patch) | |
tree | cfe16551886ee523f4e6f70008ff4dd29ad3e632 /sonar-testing-harness/pom.xml | |
parent | 07983847c9fd81f9f471cf3ad78e5748a43ee031 (diff) | |
download | sonarqube-91b9063c7b7e13eac1c7d5e11c64cfc9f79c04f7.tar.gz sonarqube-91b9063c7b7e13eac1c7d5e11c64cfc9f79c04f7.zip |
SONAR-2366 Upgrade embedded database to Derby 10.7.1.1 + add DatabaseTestCase to sonar-testing-harness
Diffstat (limited to 'sonar-testing-harness/pom.xml')
-rw-r--r-- | sonar-testing-harness/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sonar-testing-harness/pom.xml b/sonar-testing-harness/pom.xml index 8082f501f26..82b195c922e 100644 --- a/sonar-testing-harness/pom.xml +++ b/sonar-testing-harness/pom.xml @@ -37,6 +37,10 @@ <version>${project.version}</version> </dependency> <dependency> + <groupId>org.apache.derby</groupId> + <artifactId>derby</artifactId> + </dependency> + <dependency> <groupId>org.dbunit</groupId> <artifactId>dbunit</artifactId> <exclusions> |