Skip to content

Commit 2db2bed

Browse files
authored
chore: Exclude j2objc from guava
1 parent 6030284 commit 2db2bed

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,12 @@
189189
<groupId>com.google.guava</groupId>
190190
<artifactId>guava-testlib</artifactId>
191191
<version>${project.guava.version}</version>
192+
<exclusions>
193+
<exclusion>
194+
<groupId>com.google.j2objc</groupId>
195+
<artifactId>j2objc-annotations</artifactId>
196+
</exclusion>
197+
</exclusions>
192198
</dependency>
193199
<dependency>
194200
<groupId>com.google.code.findbugs</groupId>

0 commit comments

Comments
 (0)