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

commit 834362c5e9c5206c8c7a5f0a5318c2a298c9b3ce
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Mon Dec 22 12:56:11 2025 +0100

    Fixing doc on Payara deployment
---
 .../asciidoc/reference-guide/configuration/deployment.adoc | 14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)

diff --git a/src/main/asciidoc/reference-guide/configuration/deployment.adoc 
b/src/main/asciidoc/reference-guide/configuration/deployment.adoc
index 801fa6b600..bfe4bd974a 100644
--- a/src/main/asciidoc/reference-guide/configuration/deployment.adoc
+++ b/src/main/asciidoc/reference-guide/configuration/deployment.adoc
@@ -154,7 +154,7 @@ then replace
 ....
     <dependency>
       <groupId>org.apache.syncope.core</groupId>
-      <artifactId>syncope-core-persistence-jpa</artifactId>
+      <artifactId>syncope-core-starter</artifactId>
     </dependency>
 ....
 
@@ -164,7 +164,17 @@ with
 ....
     <dependency>
       <groupId>org.apache.syncope.core</groupId>
-      <artifactId>syncope-core-persistence-jpa</artifactId>
+      <artifactId>syncope-core-starter</artifactId>
+        <exclusions>
+          <exclusion>
+            <groupId>org.apache.tomcat.embed</groupId>
+            <artifactId>tomcat-embed-el</artifactId>
+          </exclusion>
+        <exclusion>
+          <groupId>com.github.ben-manes.caffeine</groupId>
+          <artifactId>jcache</artifactId>
+        </exclusion>
+      </exclusions>
     </dependency>
 ....
 

Reply via email to