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

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


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

commit acbd7382d6235cd664df10d01b46e90440f7c5c3
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 3806e684d3..63f2bf2688 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