aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorMartin Stockhammer <martin_s@apache.org>2016-12-30 15:35:19 +0100
committerMartin Stockhammer <martin_s@apache.org>2016-12-30 15:35:19 +0100
commitdd311845e13f46062251744f7cc2cfd21e2e5cf4 (patch)
tree1ff667c2e5c824075c4a539dbe1b08aeb55059ae /pom.xml
parentdfcef53bf9d32839e280ac46ccb3397d2ce0ba05 (diff)
downloadarchiva-without_jdo.tar.gz
archiva-without_jdo.zip
Use JPA as default and only database backendwithout_jdojpa
Remove the JDO dependencies and set the JPA implementation as only database alternative and default implementation. Uses the same database as JDO before.
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 107668b6e..733184cc5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1031,6 +1031,17 @@
</dependency>
<dependency>
<groupId>org.apache.archiva.redback</groupId>
+ <artifactId>redback-keys-jpa</artifactId>
+ <version>${redback.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.archiva.redback</groupId>
<artifactId>redback-rbac-model</artifactId>
<version>${redback.version}</version>
<exclusions>