Skip to content

Commit

Permalink
Exclude dependencies that come from Jenkins core
Browse files Browse the repository at this point in the history
  • Loading branch information
timja committed Oct 14, 2020
1 parent 4af898e commit 4170aaf
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,18 @@
<groupId>edu.hm.hafner</groupId>
<artifactId>codingstyle</artifactId>
<version>${codingstyle.library.version}</version>
<exclusions>
<!-- Remove once 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 -->
<exclusion>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down

0 comments on commit 4170aaf

Please sign in to comment.