Skip to content

Commit

Permalink
Make google-cloud-errorreporting converge
Browse files Browse the repository at this point in the history
  • Loading branch information
Reynald Borer committed Feb 24, 2017
1 parent 0e77664 commit 071889f
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions google-cloud-errorreporting/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,31 @@
<groupId>io.grpc</groupId>
<artifactId>grpc-all</artifactId>
</exclusion>
<exclusion>
<groupId>com.google.auto.value</groupId>
<artifactId>auto-value</artifactId>
<!-- version 1.1 -->
</exclusion>
<exclusion>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<!-- version 3.0.0 -->
</exclusion>
<exclusion>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<!-- version 18.0 -->
</exclusion>
<exclusion>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-common-protos</artifactId>
<!-- version 0.1.5 -->
</exclusion>
<exclusion>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<!-- version 2.8.2 -->
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand All @@ -52,6 +77,13 @@
<groupId>io.grpc</groupId>
<artifactId>grpc-auth</artifactId>
<version>${grpc.version}</version>
<exclusions>
<exclusion>
<groupId>com.google.auth</groupId>
<artifactId>google-auth-library-credentials</artifactId>
<!-- version 0.4.0 -->
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
Expand Down

0 comments on commit 071889f

Please sign in to comment.