Adding explicit dependencies for JPA user/rbac implementations

This commit is contained in:
Martin Stockhammer 2016-10-02 20:14:34 +02:00
parent ac89b6bb2d
commit f8ee2af825
1 changed files with 8 additions and 0 deletions

View File

@ -81,6 +81,14 @@
<groupId>org.apache.archiva.redback</groupId>
<artifactId>redback-users-ldap</artifactId>
</dependency>
<dependency>
<groupId>org.apache.archiva.redback</groupId>
<artifactId>redback-users-jpa</artifactId>
</dependency>
<dependency>
<groupId>org.apache.archiva.redback</groupId>
<artifactId>redback-rbac-jpa</artifactId>
</dependency>
<dependency>
<groupId>org.apache.archiva.redback</groupId>
<artifactId>redback-users-configurable</artifactId>