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

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


The following commit(s) were added to refs/heads/ISIS-3169 by this push:
     new ff2ed380e2 ISIS-3169: fixes modules ref to renamed modules
ff2ed380e2 is described below

commit ff2ed380e2056a23494a97111e8d45a1105ab0d1
Author: Dan Haywood <[email protected]>
AuthorDate: Tue Aug 23 12:53:38 2022 +0100

    ISIS-3169: fixes modules ref to renamed modules
---
 extensions/security/secman/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/extensions/security/secman/pom.xml 
b/extensions/security/secman/pom.xml
index 11a297e8c9..e443a20f11 100644
--- a/extensions/security/secman/pom.xml
+++ b/extensions/security/secman/pom.xml
@@ -120,7 +120,7 @@
        <module>encryption-spring</module>
        <module>persistence-jdo</module>
        <module>persistence-jpa</module>
-       <module>shiro-realm</module>
-       <module>spring-autocreator</module>
+       <module>delegated-shiro</module>
+       <module>delegated-springoauth2</module>
     </modules>
 </project>

Reply via email to