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 b00526534b Aligning with CAS
b00526534b is described below

commit b00526534be3ac89b38ef397404c46e61e9167fc
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Wed Jun 18 08:58:50 2025 +0200

    Aligning with CAS
---
 wa/starter/pom.xml                                                     | 2 +-
 .../{cas-theme-default.properties => cas-theme-custom.properties}      | 3 ---
 2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/wa/starter/pom.xml b/wa/starter/pom.xml
index fcd2fdcd9b..522dc6acc6 100644
--- a/wa/starter/pom.xml
+++ b/wa/starter/pom.xml
@@ -203,7 +203,7 @@ under the License.
     </dependency>
     <dependency>
       <groupId>org.apereo.cas</groupId>
-      <artifactId>cas-server-support-themes</artifactId>
+      <artifactId>cas-server-support-themes-bootstrap</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apereo.cas</groupId>
diff --git a/wa/starter/src/main/resources/cas-theme-default.properties 
b/wa/starter/src/main/resources/cas-theme-custom.properties
similarity index 91%
rename from wa/starter/src/main/resources/cas-theme-default.properties
rename to wa/starter/src/main/resources/cas-theme-custom.properties
index 525443dc0d..c58ab8f38a 100644
--- a/wa/starter/src/main/resources/cas-theme-default.properties
+++ b/wa/starter/src/main/resources/cas-theme-custom.properties
@@ -16,10 +16,7 @@
 # specific language governing permissions and limitations
 # under the License.
 #
-
 cas.theme.name=Apache Syncope
-cas.standard.css.file=/css/cas.css
-cas.standard.js.file=/js/cas.js,/js/material.js
 cas.logo.file=/images/logo.png
 cas.favicon.file=/images/favicon.png
 cas.drawer-menu.enabled=false

Reply via email to