Skip to content

Commit

Permalink
Fix build issue for findbugs module. (#610)
Browse files Browse the repository at this point in the history
  • Loading branch information
kolea2 authored Mar 7, 2019
1 parent 8217035 commit 50db8c9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions google-http-client-findbugs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@
</execution>
</executions>
</plugin>
<!--The animal-sniffer plugin crashes on FindBugs on the icu4j:2.6.1
dependency-->
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>animal-sniffer-maven-plugin</artifactId>
Expand All @@ -44,7 +42,7 @@
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>findbugs</artifactId>
<version>2.0.0</version>
<version>3.0.1</version>
<exclusions>
<exclusion>
<artifactId>xalan</artifactId>
Expand Down

0 comments on commit 50db8c9

Please sign in to comment.