Maven Repos missing 7.2.5 updates?

43 views
Skip to first unread message

atilling

unread,
Jul 30, 2025, 10:58:22 AMJul 30
to CAS Community
Attempting to build 7.2.5 after upgrading 7.1.6 using the blog post https://fawnoos.com/2024/03/07/cas70x-upgrades-openrewrite/

Upgrade went fine, but ./gradlew build is unable to find certain pom files.

A problem occurred configuring root project 'cas'.

> Could not resolve all artifacts for configuration 'classpath'.

   > Could not find org.apereo.cas:cas-server-core-configuration-metadata-repository:7.2.5.

     Searched in the following locations:

       - file:/root/.m2/repository/org/apereo/cas/cas-server-core-configuration-metadata-repository/7.2.5/cas-server-core-configuration-metadata-repository-7.2.5.pom

       - https://repo.maven.apache.org/maven2/org/apereo/cas/cas-server-core-configuration-metadata-repository/7.2.5/cas-server-core-configuration-metadata-repository-7.2.5.pom

       - https://plugins.gradle.org/m2/org/apereo/cas/cas-server-core-configuration-metadata-repository/7.2.5/cas-server-core-configuration-metadata-repository-7.2.5.pom

       - https://repo.spring.io/milestone/org/apereo/cas/cas-server-core-configuration-metadata-repository/7.2.5/cas-server-core-configuration-metadata-repository-7.2.5.pom

     Required by:

         root project 

Agus Santosa

unread,
Aug 7, 2025, 2:45:40 PMAug 7
to CAS Community, atilling
There are some changes in ./gradle/task.gradle, one of them is related to metadata repository:

//classpath "org.apereo.cas:cas-server-core-configuration-metadata-repository:${project.'cas.version'}"
classpath "org.apereo.cas:cas-server-support-configuration-metadata-repository:${project.'cas.version'}"

I'd suggest to review the entire file against yours.
Reply all
Reply to author
Forward
0 new messages