Last active
September 14, 2020 23:10
-
-
Save mlescaille/227e7a33d5acc33b1bc2568969e45338 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
implementation 'com.google.auth:google-auth-library-oauth2-http:0.17.1' | |
implementation ('com.google.oauth-client:google-oauth-client-jetty:1.28.0') { | |
exclude group: 'org.mortbay.jetty', module: 'servlet-api' // had to exclude this but will depend on the rest of your dependencies | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment