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).

You can try to exclude it like this (taken from 
https://docs.gradle.org/current/userguide/dependency_downgrade_and_exclude.html):
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.

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
Programmer Analyst
Development Services, University Systems
2507218831 | CLE 019 | [email protected]<mailto:[email protected]>

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.

-- 
- Website: https://apereo.github.io/cas
- Gitter Chatroom: https://gitter.im/apereo/cas
- List Guidelines: https://goo.gl/1VRrw7
- Contributions: https://goo.gl/mh7qDG
--- 
You received this message because you are subscribed to the Google Groups "CAS 
Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/a/apereo.org/d/msgid/cas-user/4e790e75888edc595ce10c0dc15c18b7f7795be6.camel%40uvic.ca.

Reply via email to