We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ef47e8 commit f87a394Copy full SHA for f87a394
2 files changed
gcloud-java-datastore/pom.xml
@@ -27,6 +27,12 @@
27
<artifactId>google-api-services-datastore-protobuf</artifactId>
28
<version>v1beta2-rev1-2.1.2</version>
29
<scope>compile</scope>
30
+ <exclusions>
31
+ <exclusion>
32
+ <groupId>com.google.api-client</groupId>
33
+ <artifactId>google-api-client</artifactId>
34
+ </exclusion>
35
+ </exclusions>
36
</dependency>
37
<dependency>
38
<groupId>junit</groupId>
gcloud-java-storage/pom.xml
@@ -32,6 +32,10 @@
<groupId>com.google.guava</groupId>
<artifactId>guava-jdk5</artifactId>
</exclusion>
39
</exclusions>
40
41
0 commit comments