This is an automated email from the ASF dual-hosted git repository.

martin_s pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva.git


The following commit(s) were added to refs/heads/master by this push:
     new 11efad1  Fixing pom for rest-services
11efad1 is described below

commit 11efad1ee68205549e5d086bf86c788b3a012b78
Author: Martin Stockhammer <[email protected]>
AuthorDate: Wed Jun 24 22:29:55 2020 +0200

    Fixing pom for rest-services
---
 .../archiva-web/archiva-rest/archiva-rest-services/pom.xml          | 6 ++++++
 1 file changed, 6 insertions(+)

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 6dafc45..aefc441 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>

Reply via email to