Hello,
I am trying to include support for Radius MFA. After adding dependency
compile "org.apereo.cas:cas-server-support-radius-mfa:${project.'cas.version'}"
I am getting error
* Where:
Build file 'C:\work\security\cas-gradle-overlay-template\cas\build.gradle' line: 56
* What went wrong:
A problem occurred evaluating project ':cas'.
> Could not resolve all dependencies for configuration 'detachedConfiguration4'.
> Could not find com.github.coova:jradius:jradius-1.1.5.
Searched in the following locations:
file:/C:/Users/jko/.m2/repository/com/github/coova/jradius/jradius-1.1.5/jradius-jradius-1.1.5.pom
file:/C:/Users/jko/.m2/repository/com/github/coova/jradius/jradius-1.1.5/jradius-jradius-1.1.5.jar
Required by:
project :cas > org.apereo.cas:cas-server-support-radius-mfa:5.0.2 > org.apereo.cas:cas-server-support-radius-core:5.0.2
Where is this library comming from?
P.S. After deeper evaluation, I found that even that there are downloadable (from
https://github.com/coova/jradius/releases) net.jradius:jradius-core and net.jradius:jradius-dependencies, that should fullfill needs, there is still missing class
net.jradius.dictionary.vsa_redback.Attr_NASRealPort
Thanks,
Jozef