Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Ullrich Hafner <ullrich.hafner@gmail.com>
  • Loading branch information
timja and uhafner committed Oct 14, 2020
1 parent 4170aaf commit ba6ea97
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@
<artifactId>codingstyle</artifactId>
<version>${codingstyle.library.version}</version>
<exclusions>
<!-- Remove once once on at least 2.249 baseline -->
<!-- Remove once on at least 2.249 baseline -->
<exclusion>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-annotations</artifactId>
</exclusion>
<!-- Remove once once on at least the baseline after 2.249 -->
<!-- Remove once on at least the baseline after 2.249 -->
<exclusion>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
Expand Down Expand Up @@ -182,4 +182,3 @@
</pluginRepositories>

</project>

0 comments on commit ba6ea97

Please sign in to comment.