Skip to content

Commit

Permalink
Merge pull request #18 from batmat/fix-symbol-annotation-dep-pull
Browse files Browse the repository at this point in the history
Exclude symbol-annotations as it's coming from the core
  • Loading branch information
batmat authored Jan 5, 2021
2 parents 9fe9ca2 + c0a339f commit 9483b45
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@
<version>2.1.10</version>
<type>hpi</type>
<scope>test</scope>
<exclusions>
<exclusion> <!-- coming from the core anyway -->
<groupId>org.jenkins-ci</groupId>
<artifactId>symbol-annotation</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
<build>
Expand Down

0 comments on commit 9483b45

Please sign in to comment.