Skip to content

Commit 071889f

Browse files
author
Reynald Borer
committed
Make google-cloud-errorreporting converge
1 parent 0e77664 commit 071889f

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

google-cloud-errorreporting/pom.xml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,31 @@
3636
<groupId>io.grpc</groupId>
3737
<artifactId>grpc-all</artifactId>
3838
</exclusion>
39+
<exclusion>
40+
<groupId>com.google.auto.value</groupId>
41+
<artifactId>auto-value</artifactId>
42+
<!-- version 1.1 -->
43+
</exclusion>
44+
<exclusion>
45+
<groupId>com.google.protobuf</groupId>
46+
<artifactId>protobuf-java</artifactId>
47+
<!-- version 3.0.0 -->
48+
</exclusion>
49+
<exclusion>
50+
<groupId>com.google.guava</groupId>
51+
<artifactId>guava</artifactId>
52+
<!-- version 18.0 -->
53+
</exclusion>
54+
<exclusion>
55+
<groupId>com.google.api.grpc</groupId>
56+
<artifactId>grpc-google-common-protos</artifactId>
57+
<!-- version 0.1.5 -->
58+
</exclusion>
59+
<exclusion>
60+
<groupId>joda-time</groupId>
61+
<artifactId>joda-time</artifactId>
62+
<!-- version 2.8.2 -->
63+
</exclusion>
3964
</exclusions>
4065
</dependency>
4166
<dependency>
@@ -52,6 +77,13 @@
5277
<groupId>io.grpc</groupId>
5378
<artifactId>grpc-auth</artifactId>
5479
<version>${grpc.version}</version>
80+
<exclusions>
81+
<exclusion>
82+
<groupId>com.google.auth</groupId>
83+
<artifactId>google-auth-library-credentials</artifactId>
84+
<!-- version 0.4.0 -->
85+
</exclusion>
86+
</exclusions>
5587
</dependency>
5688
<dependency>
5789
<groupId>${project.groupId}</groupId>

0 commit comments

Comments
 (0)