Fix maven dependencies

This commit is contained in:
Martin Stockhammer 2016-10-21 22:09:32 +02:00
parent 6f7fa90562
commit 994c7cb42f
3 changed files with 9 additions and 1 deletions

View File

@ -68,6 +68,10 @@
<groupId>org.apache.archiva.redback</groupId>
<artifactId>redback-rbac-jdo</artifactId>
</dependency>
<dependency>
<groupId>org.apache.archiva.redback</groupId>
<artifactId>redback-rbac-jpa</artifactId>
</dependency>
<dependency>
<groupId>org.apache.archiva.redback</groupId>
<artifactId>redback-rbac-memory</artifactId>

View File

@ -39,6 +39,6 @@
<module>redback-users-jdo</module>
<module>redback-users-ldap</module>
<module>redback-users-configurable</module>
<module>redback-users-jpa</module>
<module>redback-users-jpa</module>
</modules>
</project>

View File

@ -60,6 +60,10 @@
<groupId>org.apache.archiva.redback</groupId>
<artifactId>redback-users-jdo</artifactId>
</dependency>
<dependency>
<groupId>org.apache.archiva.redback</groupId>
<artifactId>redback-users-jpa</artifactId>
</dependency>
<dependency>
<groupId>org.apache.archiva.redback</groupId>
<artifactId>redback-users-tests</artifactId>