Skip to content

Commit 50db8c9

Browse files
authored
Fix build issue for findbugs module. (#610)
1 parent 8217035 commit 50db8c9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

google-http-client-findbugs/pom.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@
2525
</execution>
2626
</executions>
2727
</plugin>
28-
<!--The animal-sniffer plugin crashes on FindBugs on the icu4j:2.6.1
29-
dependency-->
3028
<plugin>
3129
<groupId>org.codehaus.mojo</groupId>
3230
<artifactId>animal-sniffer-maven-plugin</artifactId>
@@ -44,7 +42,7 @@
4442
<dependency>
4543
<groupId>com.google.code.findbugs</groupId>
4644
<artifactId>findbugs</artifactId>
47-
<version>2.0.0</version>
45+
<version>3.0.1</version>
4846
<exclusions>
4947
<exclusion>
5048
<artifactId>xalan</artifactId>

0 commit comments

Comments
 (0)