Skip to content

Commit 9ee7855

Browse files
committed
Merge branch 'master' of github.com:actions-on-google/smart-home-dashboard
Change-Id: I43304b7423731f73cb2b15332c9129c6b23e9c4d
2 parents 27c5fbc + c7d84eb commit 9ee7855

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,13 @@
8686
<dependency>
8787
<groupId>com.google.api-client</groupId>
8888
<artifactId>google-api-client</artifactId>
89-
<version>1.23.0</version>
89+
<version>1.23.0</version>
90+
<exclusions>
91+
<exclusion>
92+
<groupId>com.google.guava</groupId>
93+
<artifactId>guava-jdk5</artifactId>
94+
</exclusion>
95+
</exclusions>
9096
</dependency>
9197

9298

0 commit comments

Comments
 (0)