Skip to content

Commit 4c8e141

Browse files
committed
deps: exclude conflicting dependencies
1 parent 9f22e72 commit 4c8e141

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,16 @@
200200
<groupId>com.google.api</groupId>
201201
<artifactId>api-common</artifactId>
202202
<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+
<exclusion>
209+
<groupId>com.google.guava</groupId>
210+
<artifactId>guava</artifactId>
211+
</exclusion>
212+
</exclusions>
203213
</dependency>
204214
</dependencies>
205215
</dependencyManagement>

0 commit comments

Comments
 (0)