aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-modules/archiva-web/archiva-rest/archiva-rest-services/pom.xml
diff options
context:
space:
mode:
authorMartin Stockhammer <martin_s@apache.org>2017-05-18 21:47:01 +0200
committerMartin Stockhammer <martin_s@apache.org>2017-05-20 23:15:10 +0200
commitacc02bf9620de9e82ae36fbb3867e84a1bd1ccf1 (patch)
tree583ef9e1a7756264f465d8e74eaf5a50cb69ae61 /archiva-modules/archiva-web/archiva-rest/archiva-rest-services/pom.xml
parent053315826d996288174fb65f51e2f0b04ef88cde (diff)
parentdd311845e13f46062251744f7cc2cfd21e2e5cf4 (diff)
downloadarchiva-acc02bf9620de9e82ae36fbb3867e84a1bd1ccf1.tar.gz
archiva-acc02bf9620de9e82ae36fbb3867e84a1bd1ccf1.zip
[MRM-1942] Merge branch 'jpa' into master
Removing JDO and add JPA backend.
Diffstat (limited to 'archiva-modules/archiva-web/archiva-rest/archiva-rest-services/pom.xml')
-rw-r--r--archiva-modules/archiva-web/archiva-rest/archiva-rest-services/pom.xml12
1 files changed, 12 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 d1a4ce2ab..456e3a1cc 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
@@ -315,6 +315,12 @@
<scope>test</scope>
<version>${redback.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.archiva.redback</groupId>
+ <artifactId>redback-keys-jpa</artifactId>
+ <scope>test</scope>
+ <version>${redback.version}</version>
+ </dependency>
<dependency>
<groupId>org.apache.archiva</groupId>
@@ -323,6 +329,12 @@
</dependency>
<dependency>
+ <groupId>org.hsqldb</groupId>
+ <artifactId>hsqldb</artifactId>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
<groupId>org.apache.jackrabbit</groupId>
<artifactId>jackrabbit-core</artifactId>
<scope>test</scope>