Skip to content

Commit 0e77664

Browse files
author
Reynald Borer
committed
Make google-cloud-datastore converge
1 parent a072af8 commit 0e77664

1 file changed

Lines changed: 42 additions & 0 deletions

File tree

google-cloud-datastore/pom.xml

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,18 @@
2727
<groupId>com.google.cloud.datastore</groupId>
2828
<artifactId>datastore-v1-protos</artifactId>
2929
<version>1.3.0</version>
30+
<exclusions>
31+
<exclusion>
32+
<groupId>com.google.protobuf</groupId>
33+
<artifactId>protobuf-java</artifactId>
34+
<!-- version 3.0.0 -->
35+
</exclusion>
36+
<exclusion>
37+
<groupId>com.google.api.grpc</groupId>
38+
<artifactId>grpc-google-common-protos</artifactId>
39+
<!-- version 0.1.0 -->
40+
</exclusion>
41+
</exclusions>
3042
</dependency>
3143
<dependency>
3244
<groupId>com.google.cloud.datastore</groupId>
@@ -37,6 +49,36 @@
3749
<artifactId>guava-jdk5</artifactId>
3850
<groupId>com.google.guava</groupId>
3951
</exclusion>
52+
<exclusion>
53+
<groupId>com.google.protobuf</groupId>
54+
<artifactId>protobuf-java</artifactId>
55+
<!-- version 2.4.1 -->
56+
</exclusion>
57+
<exclusion>
58+
<groupId>com.google.guava</groupId>
59+
<artifactId>guava</artifactId>
60+
<!-- version 18.0 -->
61+
</exclusion>
62+
<exclusion>
63+
<groupId>com.google.oauth-client</groupId>
64+
<artifactId>google-oauth-client</artifactId>
65+
<!-- version 1.20.0 -->
66+
</exclusion>
67+
<exclusion>
68+
<groupId>com.google.http-client</groupId>
69+
<artifactId>google-http-client-jackson</artifactId>
70+
<!-- version 1.20.0 -->
71+
</exclusion>
72+
<exclusion>
73+
<groupId>com.google.http-client</groupId>
74+
<artifactId>google-http-client</artifactId>
75+
<!-- version 1.20.0 -->
76+
</exclusion>
77+
<exclusion>
78+
<groupId>com.google.api-client</groupId>
79+
<artifactId>google-api-client</artifactId>
80+
<!-- version 1.20.0 -->
81+
</exclusion>
4082
</exclusions>
4183
</dependency>
4284
<dependency>

0 commit comments

Comments
 (0)