Skip to content

Commit

Permalink
Merge pull request #58 from timja/add-exclusions
Browse files Browse the repository at this point in the history
Exclude dependencies that come from Jenkins core
  • Loading branch information
uhafner committed Oct 14, 2020
2 parents 4af898e + ba6ea97 commit 6ba386e
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion 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 on at least 2.249 baseline -->
<exclusion>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-annotations</artifactId>
</exclusion>
<!-- Remove 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 Expand Up @@ -170,4 +182,3 @@
</pluginRepositories>

</project>

0 comments on commit 6ba386e

Please sign in to comment.