aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-modules
diff options
context:
space:
mode:
authorMartin Stockhammer <martin_s@apache.org>2020-06-24 22:29:55 +0200
committerMartin Stockhammer <martin_s@apache.org>2020-06-24 22:29:55 +0200
commit11efad1ee68205549e5d086bf86c788b3a012b78 (patch)
tree5ce126c30246585451ce9de7e55b5d2244526ed0 /archiva-modules
parent8486cc3df0abfc31ad89f042376c05ca5195f44c (diff)
downloadarchiva-11efad1ee68205549e5d086bf86c788b3a012b78.tar.gz
archiva-11efad1ee68205549e5d086bf86c788b3a012b78.zip
Fixing pom for rest-services
Diffstat (limited to 'archiva-modules')
-rw-r--r--archiva-modules/archiva-web/archiva-rest/archiva-rest-services/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/archiva-modules/archiva-web/archiva-rest/archiva-rest-services/pom.xml b/archiva-modules/archiva-web/archiva-rest/archiva-rest-services/pom.xml
index 6dafc459e..aefc4415e 100644
--- a/archiva-modules/archiva-web/archiva-rest/archiva-rest-services/pom.xml
+++ b/archiva-modules/archiva-web/archiva-rest/archiva-rest-services/pom.xml
@@ -334,6 +334,12 @@
<!-- TEST Scope -->
<dependency>
+ <groupId>org.hsqldb</groupId>
+ <artifactId>hsqldb</artifactId>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
<groupId>javax.persistence</groupId>
<artifactId>javax.persistence-api</artifactId>
<scope>test</scope>