This is an automated email from the ASF dual-hosted git repository.

martin_s pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva.git


The following commit(s) were added to refs/heads/master by this push:
     new d805755  Adapting to redback dependency changes.
d805755 is described below

commit d805755df8561b933cf4e02acfb41fcf9b9e2196
Author: Martin Stockhammer <[email protected]>
AuthorDate: Wed Dec 25 18:10:49 2019 +0100

    Adapting to redback dependency changes.
---
 archiva-modules/archiva-maven/archiva-maven-scheduler/pom.xml | 10 ++++++++++
 archiva-modules/archiva-web/archiva-security/pom.xml          | 10 ++++++++++
 pom.xml                                                       |  5 +++++
 3 files changed, 25 insertions(+)

diff --git a/archiva-modules/archiva-maven/archiva-maven-scheduler/pom.xml 
b/archiva-modules/archiva-maven/archiva-maven-scheduler/pom.xml
index d15eac7..9254ede 100644
--- a/archiva-modules/archiva-maven/archiva-maven-scheduler/pom.xml
+++ b/archiva-modules/archiva-maven/archiva-maven-scheduler/pom.xml
@@ -74,6 +74,16 @@
 
     <!-- Test dependencies -->
     <dependency>
+      <groupId>org.apache.archiva.redback</groupId>
+      <artifactId>redback-keys-jpa</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.archiva.redback</groupId>
+      <artifactId>redback-keys-cached</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
       <groupId>javax.transaction</groupId>
       <artifactId>javax.transaction-api</artifactId>
       <scope>test</scope>
diff --git a/archiva-modules/archiva-web/archiva-security/pom.xml 
b/archiva-modules/archiva-web/archiva-security/pom.xml
index 88406a9..f83b702 100644
--- a/archiva-modules/archiva-web/archiva-security/pom.xml
+++ b/archiva-modules/archiva-web/archiva-security/pom.xml
@@ -112,6 +112,16 @@
 
     <!-- Test Scoped -->
     <dependency>
+      <groupId>org.apache.archiva.redback</groupId>
+      <artifactId>redback-keys-jpa</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.archiva.redback</groupId>
+      <artifactId>redback-keys-cached</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
       <groupId>javax.transaction</groupId>
       <artifactId>javax.transaction-api</artifactId>
       <scope>test</scope>
diff --git a/pom.xml b/pom.xml
index a449f83..0def05c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1107,6 +1107,11 @@
       </dependency>
       <dependency>
         <groupId>org.apache.archiva.redback</groupId>
+        <artifactId>redback-keys-cached</artifactId>
+        <version>${redback.version}</version>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.archiva.redback</groupId>
         <artifactId>redback-rbac-model</artifactId>
         <version>${redback.version}</version>
         <exclusions>

Reply via email to