duo-client missing again!

25 views
Skip to first unread message

Andrew Marker

unread,
Jan 26, 2021, 3:27:10 PM1/26/21
to CAS Community
Hey all,

I'm moving from 5.3.x to 6.3.x and new to Gradle. It is super easy to pick up, however, I lack the experience in troubleshooting issues as they come up.

Yesterday and today, I started to see a failure when using the CAS Overlay and doing a clean build.    https://jcenter.bintray.com/net/unicon/iam/duo-client/0.2.2/duo-client-0.2.2.pom not found  --  It's definitely not there at the moment.

I've tried v6.2.7, v6.3.0, v6.3.1 and v 6.2.5

I've copied it locally to my .m2/repository  and i can get it to compile, but I feel as though it's something there should either be a more graceful way to correct in the properties files or within the dependencies. 

Any suggestions?  I'd be grateful for the feedback.

Andrew Marker

Ray Bon

unread,
Jan 26, 2021, 5:02:13 PM1/26/21
to cas-...@apereo.org
Andrew,

To see the project dependencies (and isolate references to duo):
./gradlew -q dependencies | grep -i duo

I have duo-client:0.2.2 in cas 6.2.4. It looks to be needed since it is included in a number of duo dependencies.

I am including duo with:

    implementation "org.apereo.cas:cas-server-support-duo:${project.'cas.version'}"

Right now my build is in disrepair so I can not test for your particular problem (and since it built last week, I would have the package locally).

implementation('commons-beanutils:commons-beanutils:1.9.4') {
        exclude group: 'commons-collections', module: 'commons-collections'
    }

Ray

On Tue, 2021-01-26 at 12:27 -0800, Andrew Marker wrote:
Notice: This message was sent from outside the University of Victoria email system. Please be cautious with links and sensitive information.
-- 
Ray Bon
Programmer Analyst
Development Services, University Systems

I respectfully acknowledge that my place of work is located within the ancestral, traditional and unceded territory of the Songhees, Esquimalt and WSÁNEĆ Nations.

Andrew Marker

unread,
Jan 27, 2021, 2:56:10 PM1/27/21
to CAS Community, Ray Bon
Thanks Ray.  I'll give it a try, I did get 6.3 to build this morning locally.  I have something to compare it to if it continues to fail in my build env.
Reply all
Reply to author
Forward
0 new messages