Fix maven dependencies
This commit is contained in:
parent
6f7fa90562
commit
994c7cb42f
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue