Skip to content

Commit

Permalink
Exclude dependencies that are part of Jenkins or API plugins.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Oct 20, 2023
1 parent ad856c7 commit 033d4fd
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,26 @@
<groupId>edu.hm.hafner</groupId>
<artifactId>analysis-model</artifactId>
</exclusion>
<exclusion>
<artifactId>commons-io</artifactId>
<groupId>commons-io</groupId>
</exclusion>
<exclusion>
<artifactId>commons-lang3</artifactId>
<groupId>org.apache.commons</groupId>
</exclusion>
<exclusion>
<artifactId>streamex</artifactId>
<groupId>one.util</groupId>
</exclusion>
<exclusion>
<artifactId>error_prone_annotations</artifactId>
<groupId>com.google.errorprone</groupId>
</exclusion>
<exclusion>
<artifactId>codingstyle</artifactId>
<groupId>edu.hm.hafner</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down

0 comments on commit 033d4fd

Please sign in to comment.