From 1ea40450096cc6500ed92051481ec8446e1e5044 Mon Sep 17 00:00:00 2001 From: Martin Stockhammer Date: Thu, 10 Oct 2019 21:47:23 +0200 Subject: [PATCH] Fixing dependencies for subprojects --- pom.xml | 4 ++-- .../redback-authentication-users/pom.xml | 4 ++++ .../redback-authorization-rbac/pom.xml | 5 +++++ redback-common/redback-common-ldap/pom.xml | 13 +++++++++++++ redback-configuration/pom.xml | 6 ++++++ redback-policy/pom.xml | 6 ++++++ redback-rbac/redback-rbac-role-manager/pom.xml | 5 +++++ redback-system/pom.xml | 6 ++++++ .../redback-users-jpa/pom.xml | 4 ++++ .../redback-users-ldap/pom.xml | 6 ++++++ 10 files changed, 57 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index d5366d80..eb45a57c 100644 --- a/pom.xml +++ b/pom.xml @@ -372,12 +372,12 @@ org.apache.archiva.redback.components.registry spring-registry-api - 2.4 + 2.5-SNAPSHOT org.apache.archiva.redback.components.registry spring-registry-commons - 2.4 + 2.5-SNAPSHOT org.codehaus.plexus diff --git a/redback-authentication/redback-authentication-providers/redback-authentication-users/pom.xml b/redback-authentication/redback-authentication-providers/redback-authentication-users/pom.xml index dc2d7911..1e9d9687 100644 --- a/redback-authentication/redback-authentication-providers/redback-authentication-users/pom.xml +++ b/redback-authentication/redback-authentication-providers/redback-authentication-users/pom.xml @@ -68,6 +68,10 @@ slf4j-simple test + + org.springframework + spring-test + diff --git a/redback-authorization/redback-authorization-providers/redback-authorization-rbac/pom.xml b/redback-authorization/redback-authorization-providers/redback-authorization-rbac/pom.xml index 203a88c1..2ec65b13 100644 --- a/redback-authorization/redback-authorization-providers/redback-authorization-rbac/pom.xml +++ b/redback-authorization/redback-authorization-providers/redback-authorization-rbac/pom.xml @@ -99,6 +99,11 @@ junit-vintage-engine test + + org.springframework + spring-test + test + diff --git a/redback-common/redback-common-ldap/pom.xml b/redback-common/redback-common-ldap/pom.xml index 835e34dd..7cd89532 100644 --- a/redback-common/redback-common-ldap/pom.xml +++ b/redback-common/redback-common-ldap/pom.xml @@ -58,6 +58,10 @@ com.google.guava guava + + org.springframework + spring-context + org.slf4j @@ -79,6 +83,15 @@ redback-policy test + + org.springframework + spring-test + test + + + commons-beanutils + commons-beanutils + diff --git a/redback-configuration/pom.xml b/redback-configuration/pom.xml index 9bf13124..5ca54495 100644 --- a/redback-configuration/pom.xml +++ b/redback-configuration/pom.xml @@ -100,6 +100,12 @@ junit-vintage-engine test + + org.springframework + spring-test + test + + diff --git a/redback-policy/pom.xml b/redback-policy/pom.xml index 268c074a..530943f1 100644 --- a/redback-policy/pom.xml +++ b/redback-policy/pom.xml @@ -84,6 +84,12 @@ junit-vintage-engine test + + org.springframework + spring-test + test + + diff --git a/redback-rbac/redback-rbac-role-manager/pom.xml b/redback-rbac/redback-rbac-role-manager/pom.xml index 633534c0..42d06170 100644 --- a/redback-rbac/redback-rbac-role-manager/pom.xml +++ b/redback-rbac/redback-rbac-role-manager/pom.xml @@ -97,6 +97,11 @@ redback-common-test-resources test + + org.springframework + spring-test + test + diff --git a/redback-system/pom.xml b/redback-system/pom.xml index 2c5b91e1..2a3f98f4 100644 --- a/redback-system/pom.xml +++ b/redback-system/pom.xml @@ -107,6 +107,12 @@ test + + org.springframework + spring-test + test + + diff --git a/redback-users/redback-users-providers/redback-users-jpa/pom.xml b/redback-users/redback-users-providers/redback-users-jpa/pom.xml index a8d45b65..a9a6f0da 100644 --- a/redback-users/redback-users-providers/redback-users-jpa/pom.xml +++ b/redback-users/redback-users-providers/redback-users-jpa/pom.xml @@ -50,6 +50,10 @@ org.apache.archiva.redback redback-common-jpa + + commons-beanutils + commons-beanutils + org.apache.openjpa openjpa diff --git a/redback-users/redback-users-providers/redback-users-ldap/pom.xml b/redback-users/redback-users-providers/redback-users-ldap/pom.xml index d3fa26b7..88a3c2e3 100644 --- a/redback-users/redback-users-providers/redback-users-ldap/pom.xml +++ b/redback-users/redback-users-providers/redback-users-ldap/pom.xml @@ -85,6 +85,12 @@ test + + org.springframework + spring-test + test + + org.apache.archiva.redback.components spring-apacheds