Skip to content

Commit

Permalink
Make google-cloud-datastore converge
Browse files Browse the repository at this point in the history
  • Loading branch information
Reynald Borer committed Feb 24, 2017
1 parent a072af8 commit 0e77664
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions google-cloud-datastore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,18 @@
<groupId>com.google.cloud.datastore</groupId>
<artifactId>datastore-v1-protos</artifactId>
<version>1.3.0</version>
<exclusions>
<exclusion>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<!-- version 3.0.0 -->
</exclusion>
<exclusion>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-common-protos</artifactId>
<!-- version 0.1.0 -->
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.google.cloud.datastore</groupId>
Expand All @@ -37,6 +49,36 @@
<artifactId>guava-jdk5</artifactId>
<groupId>com.google.guava</groupId>
</exclusion>
<exclusion>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<!-- version 2.4.1 -->
</exclusion>
<exclusion>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<!-- version 18.0 -->
</exclusion>
<exclusion>
<groupId>com.google.oauth-client</groupId>
<artifactId>google-oauth-client</artifactId>
<!-- version 1.20.0 -->
</exclusion>
<exclusion>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client-jackson</artifactId>
<!-- version 1.20.0 -->
</exclusion>
<exclusion>
<groupId>com.google.http-client</groupId>
<artifactId>google-http-client</artifactId>
<!-- version 1.20.0 -->
</exclusion>
<exclusion>
<groupId>com.google.api-client</groupId>
<artifactId>google-api-client</artifactId>
<!-- version 1.20.0 -->
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down

0 comments on commit 0e77664

Please sign in to comment.