necouchman commented on PR #915:
URL: https://github.com/apache/guacamole-client/pull/915#issuecomment-1762507668

   > We've had to fix similar issues before from other dependencies through 
explicitly choosing a version of the conflicting dependency and adding an 
override. 
   
   I'm unable to get this to work for at least one of the dependencies:
   ```
   Require upper bound dependencies error for 
com.squareup.okhttp3:okhttp:3.14.9 paths to dependency are:
   +-org.apache.guacamole:guacamole-auth-duo:1.5.3
     +-com.squareup.okhttp3:okhttp:3.14.9
   and
   +-org.apache.guacamole:guacamole-auth-duo:1.5.3
     +-com.duosecurity:duo-universal-sdk:1.1.3
       +-com.squareup.retrofit2:retrofit:2.9.0
         +-com.squareup.okhttp3:okhttp:3.14.9
   and
   +-org.apache.guacamole:guacamole-auth-duo:1.5.3
     +-com.duosecurity:duo-universal-sdk:1.1.3
       +-com.squareup.okhttp3:logging-interceptor:4.9.1
         +-com.squareup.okhttp3:okhttp:4.9.1
   ```
   It doesn't matter which version of okhttp I try to provide in the pom.xml 
file, it still fails with the issue trying to load the dependency.
   
   Which is okay for the time being, because I still have to figure out how to 
handle resuming the entire authentication flow, as the Duo redirect is 
completely breaking that.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@guacamole.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to