We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f22e72 commit 4c8e141Copy full SHA for 4c8e141
pom.xml
@@ -200,6 +200,16 @@
200
<groupId>com.google.api</groupId>
201
<artifactId>api-common</artifactId>
202
<version>${project.api-common.version}</version>
203
+ <exclusions>
204
+ <exclusion>
205
+ <groupId>com.google.errorprone</groupId>
206
+ <artifactId>error_prone_annotations</artifactId>
207
+ </exclusion>
208
209
+ <groupId>com.google.guava</groupId>
210
+ <artifactId>guava</artifactId>
211
212
+ </exclusions>
213
</dependency>
214
</dependencies>
215
</dependencyManagement>
0 commit comments