Skip to content

Commit

Permalink
Exclude Jenkins dependencies from tests-jar
Browse files Browse the repository at this point in the history
  • Loading branch information
timja committed Oct 14, 2020
1 parent 6ba386e commit fd7eeea
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 @@ -89,6 +89,18 @@
<version>${codingstyle.library.version}</version>
<scope>test</scope>
<type>test-jar</type>
<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>

</dependencies>
Expand Down

0 comments on commit fd7eeea

Please sign in to comment.