GithubHelp home page GithubHelp logo

Comments (4)

suvodeep-pyne avatar suvodeep-pyne commented on July 18, 2024 2

This is still an issue.
1.23.0 depends on guava-jdk5:17.0 and it causes dependency conflicts with dropwizard 1.2.0 which uses the standard guava com.google.guava:guava:23.1-jre

Unfortunately, the method Throwables.throwIfUnchecked(e) doesn't exist in guava-jdk5:17.0 causing failures in tests.

Could you guys please take a look. The Google client library is the recommended way for authenticating with firebase and we don't want to switch to the legacy API because of this problem.

For readers, this will fix the issue if you are using Gradle

compile (group: 'com.google.api-client', name: 'google-api-client', version: '1.23.0') {
  // excludes all guava packages including com.google.guava:guava-jdk5:17.0 which gets pulled in
  exclude group: 'com.google.guava'
}

from google-auth-library-java.

arunsankar8 avatar arunsankar8 commented on July 18, 2024 2

@suvodeep-pyne Thanks man, It worked

from google-auth-library-java.

martinbonnin avatar martinbonnin commented on July 18, 2024 1

Same problem here with

implementation (group: 'com.google.apis', name:'google-api-services-androidpublisher', version:'v2-rev47-1.23.0') 
implementation (group: 'com.google.cloud', name: 'google-cloud-storage', version: '1.12.0')

I had to exclude group: 'com.google.guava' as @suvodeep-pyne mentioned

from google-auth-library-java.

mziccard avatar mziccard commented on July 18, 2024

This was fixed with #69

from google-auth-library-java.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.