File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed
google-cloud-errorreporting Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments