You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2021/06/10 08:53:05 UTC

[isis] 02/03: ISIS-2483: fixes secman's persistence modules so that they bring in the dependency of secman-integration

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

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

commit a73fd263442c488dfd55610af202b4c21d9813a8
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Thu Jun 10 09:52:26 2021 +0100

    ISIS-2483: fixes secman's persistence modules so that they bring in the dependency of secman-integration
---
 extensions/security/secman/persistence-jdo/pom.xml | 2 +-
 extensions/security/secman/persistence-jpa/pom.xml | 4 ----
 2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/extensions/security/secman/persistence-jdo/pom.xml b/extensions/security/secman/persistence-jdo/pom.xml
index 8d4aaab..ae9e463 100644
--- a/extensions/security/secman/persistence-jdo/pom.xml
+++ b/extensions/security/secman/persistence-jdo/pom.xml
@@ -42,7 +42,7 @@
 
 		<dependency>
 			<groupId>org.apache.isis.extensions</groupId>
-			<artifactId>isis-extensions-secman-applib</artifactId>
+			<artifactId>isis-extensions-secman-integration</artifactId>
 		</dependency>
 
 		<dependency>
diff --git a/extensions/security/secman/persistence-jpa/pom.xml b/extensions/security/secman/persistence-jpa/pom.xml
index 7b1f3366..d304cd3 100644
--- a/extensions/security/secman/persistence-jpa/pom.xml
+++ b/extensions/security/secman/persistence-jpa/pom.xml
@@ -42,10 +42,6 @@
 
 		<dependency>
 			<groupId>org.apache.isis.extensions</groupId>
-			<artifactId>isis-extensions-secman-applib</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>org.apache.isis.extensions</groupId>
 			<artifactId>isis-extensions-secman-integration</artifactId>
 		</dependency>