Integration dependency cleanup

This commit is contained in:
Martin Stockhammer 2019-12-25 19:15:47 +01:00
parent 00493abab7
commit 68b9af1697
2 changed files with 29 additions and 17 deletions

View File

@ -101,6 +101,8 @@
<javax.servlet.version>4.0.1</javax.servlet.version>
<jacksonVersion>2.9.10</jacksonVersion>
</properties>
<repositories>

View File

@ -59,6 +59,14 @@
<artifactId>redback-authentication-ldap</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.archiva.redback</groupId>
<artifactId>redback-authentication-api</artifactId>
</dependency>
<dependency>
<groupId>org.apache.archiva.redback</groupId>
<artifactId>redback-users-api</artifactId>
</dependency>
<!-- Keys Management / Authentication -->
<dependency>
<groupId>org.apache.archiva.redback</groupId>
@ -70,11 +78,23 @@
<scope>runtime</scope>
</dependency>
<!-- RBAC Management / Authorization -->
<dependency>
<groupId>org.apache.archiva.redback</groupId>
<artifactId>redback-common-ldap</artifactId>
</dependency>
<dependency>
<groupId>org.apache.archiva.redback</groupId>
<artifactId>redback-authorization-rbac</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.archiva.redback</groupId>
<artifactId>redback-authorization-api</artifactId>
</dependency>
<dependency>
<groupId>org.apache.archiva.redback</groupId>
<artifactId>redback-rbac-model</artifactId>
</dependency>
<dependency>
<groupId>org.apache.archiva.redback</groupId>
<artifactId>redback-rbac-role-manager</artifactId>
@ -98,22 +118,6 @@
<groupId>org.apache.archiva.redback</groupId>
<artifactId>redback-integrations-security</artifactId>
</dependency>
<dependency>
<groupId>org.apache.archiva.redback</groupId>
<artifactId>redback-authentication-api</artifactId>
</dependency>
<dependency>
<groupId>org.apache.archiva.redback</groupId>
<artifactId>redback-users-api</artifactId>
</dependency>
<dependency>
<groupId>org.apache.archiva.redback</groupId>
<artifactId>redback-rbac-model</artifactId>
</dependency>
<dependency>
<groupId>org.apache.archiva.redback</groupId>
<artifactId>redback-authorization-api</artifactId>
</dependency>
<dependency>
<groupId>javax.inject</groupId>
@ -163,7 +167,7 @@
<dependency>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
</dependency>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
@ -181,6 +185,11 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
@ -190,6 +199,7 @@
<artifactId>commons-io</artifactId>
</dependency>
<!-- === Test Dependencies ======================= -->
<dependency>
<groupId>org.springframework</groupId>