We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5589b71 commit 2856b87Copy full SHA for 2856b87
pom.xml
@@ -202,6 +202,10 @@
202
<version>${project.api-common.version}</version>
203
<exclusions>
204
<exclusion>
205
+ <!-- We exclude guava due to incompabilities between x.x.x-android (auth) and
206
+ x.x.x-jre (api-common).
207
+ TODO: Remove this once https://github.com/googleapis/google-auth-library-java/issues/1799
208
+ has been solved. -->
209
<groupId>com.google.guava</groupId>
210
<artifactId>guava</artifactId>
211
</exclusion>
0 commit comments