You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ma...@apache.org on 2016/10/02 18:16:22 UTC

[3/5] archiva-redback-core git commit: Adding explicit dependencies for JPA user/rbac implementations

Adding explicit dependencies for JPA user/rbac implementations


Project: http://git-wip-us.apache.org/repos/asf/archiva-redback-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/archiva-redback-core/commit/f8ee2af8
Tree: http://git-wip-us.apache.org/repos/asf/archiva-redback-core/tree/f8ee2af8
Diff: http://git-wip-us.apache.org/repos/asf/archiva-redback-core/diff/f8ee2af8

Branch: refs/heads/jpa
Commit: f8ee2af82544524942e63d46be65ccd108e1f9d6
Parents: ac89b6b
Author: Martin Stockhammer <ma...@apache.org>
Authored: Sun Oct 2 20:14:34 2016 +0200
Committer: Martin Stockhammer <ma...@apache.org>
Committed: Sun Oct 2 20:14:34 2016 +0200

----------------------------------------------------------------------
 redback-integrations/redback-common-integrations/pom.xml | 8 ++++++++
 1 file changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/archiva-redback-core/blob/f8ee2af8/redback-integrations/redback-common-integrations/pom.xml
----------------------------------------------------------------------
diff --git a/redback-integrations/redback-common-integrations/pom.xml b/redback-integrations/redback-common-integrations/pom.xml
index 34921ce..656dcf2 100644
--- a/redback-integrations/redback-common-integrations/pom.xml
+++ b/redback-integrations/redback-common-integrations/pom.xml
@@ -83,6 +83,14 @@
     </dependency>
     <dependency>
       <groupId>org.apache.archiva.redback</groupId>
+      <artifactId>redback-users-jpa</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.archiva.redback</groupId>
+      <artifactId>redback-rbac-jpa</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.archiva.redback</groupId>
       <artifactId>redback-users-configurable</artifactId>
     </dependency>
     <dependency>