Skip to content

Commit 2856b87

Browse files
chore: follow up of #1798 (#1800)
1 parent 5589b71 commit 2856b87

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,10 @@
202202
<version>${project.api-common.version}</version>
203203
<exclusions>
204204
<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. -->
205209
<groupId>com.google.guava</groupId>
206210
<artifactId>guava</artifactId>
207211
</exclusion>

0 commit comments

Comments
 (0)