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

ilgrosso pushed a commit to branch 4_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/4_0_X by this push:
     new bc18ef0aa2 [SYNCOPE-1913] - Add missing dependency to support groovy 
script (#1180)
bc18ef0aa2 is described below

commit bc18ef0aa2a0243da3344664edd346af4b3bf5db
Author: Matteo Tatoni <[email protected]>
AuthorDate: Wed Sep 17 12:37:36 2025 +0200

    [SYNCOPE-1913] - Add missing dependency to support groovy script (#1180)
---
 wa/starter/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/wa/starter/pom.xml b/wa/starter/pom.xml
index c5a97ef8ba..2e4ad352ee 100644
--- a/wa/starter/pom.xml
+++ b/wa/starter/pom.xml
@@ -67,6 +67,10 @@ under the License.
       <groupId>org.apereo.cas</groupId>
       <artifactId>cas-server-core-audit</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.apereo.cas</groupId>
+      <artifactId>cas-server-core-scripting</artifactId>
+    </dependency>
     <dependency>
       <groupId>org.apereo.cas</groupId>
       <artifactId>cas-server-core-events-api</artifactId>

Reply via email to