diff options
author | Martin Stockhammer <martin_s@apache.org> | 2019-12-25 10:50:01 +0100 |
---|---|---|
committer | Martin Stockhammer <martin_s@apache.org> | 2019-12-25 10:50:01 +0100 |
commit | 1955e4c27e36f61e27971a812f428cc0b27b4c62 (patch) | |
tree | 9fbabdb14263b9a704d50eabd3f4518eeac3324c /archiva-modules/archiva-web/archiva-webdav/pom.xml | |
parent | af5745356b2b6643526ff6d9ea93bfecb71b0eed (diff) | |
download | archiva-1955e4c27e36f61e27971a812f428cc0b27b4c62.tar.gz archiva-1955e4c27e36f61e27971a812f428cc0b27b4c62.zip |
Adapting to dependency changes of redback
Diffstat (limited to 'archiva-modules/archiva-web/archiva-webdav/pom.xml')
-rw-r--r-- | archiva-modules/archiva-web/archiva-webdav/pom.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/archiva-modules/archiva-web/archiva-webdav/pom.xml b/archiva-modules/archiva-web/archiva-webdav/pom.xml index c524a7038..c4e35df18 100644 --- a/archiva-modules/archiva-web/archiva-webdav/pom.xml +++ b/archiva-modules/archiva-web/archiva-webdav/pom.xml @@ -150,6 +150,17 @@ </exclusion> </exclusions> </dependency> + + <dependency> + <groupId>javax.transaction</groupId> + <artifactId>javax.transaction-api</artifactId> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.apache.archiva.redback</groupId> + <artifactId>redback-rbac-jpa</artifactId> + <scope>test</scope> + </dependency> <dependency> <groupId>org.apache.archiva.redback</groupId> <artifactId>redback-keys-memory</artifactId> |