Re: [cas-user] CAS 6.1.4 - Unable to resolve Duo and Hazelcast dependencies

2020-02-28 Thread Riley Wills
Did you submit a pull request with the typo fixed? On Fri, Feb 28, 2020 at 4:39 PM Bryan Wooten wrote: > Much appreciated > > I found our error. Looking at: > https://apereo.github.io/2019/01/07/cas61-gettingstarted-overlay/#dependencies > > We cut and pasted: compile >

Re: [cas-user] CAS 6.1.4 - Unable to resolve Duo and Hazelcast dependencies

2020-02-28 Thread Bryan Wooten
Much appreciated I found our error. Looking at: https://apereo.github.io/2019/01/07/cas61-gettingstarted-overlay/#dependencies We cut and pasted: compile "org.apereo.cas:cas-server-support-hazlcast-ticket-registry:${casServerVersion}" There is a slight typo, "hazlcast" vs. "hazelcast". We are

Re: [cas-user] CAS 6.1.4 - Unable to resolve Duo and Hazelcast dependencies

2020-02-25 Thread Jérôme LELEU
Hi, The Hazelcast dependency is available in the Maven central repository as most dependencies. Thanks. Best regards, Jérôme Le lun. 24 févr. 2020 à 17:43, Bryan Wooten a écrit : > Thanks for the fast reply! > > They URL you sent was added to the build.gradle and resolved the Duo issue. > >

Re: [cas-user] CAS 6.1.4 - Unable to resolve Duo and Hazelcast dependencies

2020-02-24 Thread Bryan Wooten
Thanks for the fast reply! They URL you sent was added to the build.gradle and resolved the Duo issue. Unfortunately, the build is still failing on the Hazelcast dependency. -Bryan On Mon, Feb 24, 2020 at 9:34 AM Jérôme LELEU wrote: > Hi, > > You need to add the Unicon repository: >

Re: [cas-user] CAS 6.1.4 - Unable to resolve Duo and Hazelcast dependencies

2020-02-24 Thread Jérôme LELEU
Hi, You need to add the Unicon repository: https://github.com/apereo/cas/blob/master/gradle/maven.gradle#L197 Thanks. Best regards, Jérôme Le lun. 24 févr. 2020 à 17:14, Bryan Wooten a écrit : > Following the instructions here: > > >

[cas-user] CAS 6.1.4 - Unable to resolve Duo and Hazelcast dependencies

2020-02-24 Thread Bryan Wooten
Following the instructions here: https://apereo.github.io/2019/01/07/cas61-gettingstarted-overlay/#dependencies We are trying to add dependencies for Hazelcast and Duo by adding to the build.gradle file: compile "org.apereo.cas:cas-server-support-duo:${casServerVersion}" compile