diff options
author | Martin Stockhammer <martin_s@apache.org> | 2016-12-30 15:35:19 +0100 |
---|---|---|
committer | Martin Stockhammer <martin_s@apache.org> | 2016-12-30 15:35:19 +0100 |
commit | dd311845e13f46062251744f7cc2cfd21e2e5cf4 (patch) | |
tree | 1ff667c2e5c824075c4a539dbe1b08aeb55059ae /pom.xml | |
parent | dfcef53bf9d32839e280ac46ccb3397d2ce0ba05 (diff) | |
download | archiva-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.xml | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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> |