Skip to content

Commit e90284b

Browse files
committed
Exclude guava-jdk5 dependency from datastore client
1 parent 65f236e commit e90284b

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

google-cloud-datastore/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@
3131
<groupId>com.google.cloud.datastore</groupId>
3232
<artifactId>datastore-v1-proto-client</artifactId>
3333
<version>1.2.0</version>
34+
<exclusions>
35+
<exclusion>
36+
<artifactId>guava-jdk5</artifactId>
37+
<groupId>com.google.guava</groupId>
38+
</exclusion>
39+
</exclusions>
3440
</dependency>
3541
<dependency>
3642
<groupId>${project.groupId}</groupId>

0 commit comments

Comments
 (0)