Hi,
Today I tried to add oAuth server support to my CAS install (have recently upgraded to 4.2.2) and am getting an error saying the dependency was not found for my version?
<dependency>
<groupId>org.apereo.cas</groupId>
<artifactId>cas-server-support-oauth</artifactId>
<version>${cas.version}</version>
</dependency>
I tried following the link from where it downloads from and noticed there doesn't seem to be any dependencies for anything on 4.2.2, is this getting added or do I need to download it from elsewhere?
Thanks,
Conan