Skip to content

Commit

Permalink
Merge pull request #754 from darxriggs/fix-git-tag-message-classpath-…
Browse files Browse the repository at this point in the history
…issue

[JENKINS-57694] Fix IncompatibleClassChangeError when running tests
  • Loading branch information
MarkEWaite committed Sep 8, 2019
2 parents d1d765a + 732dee4 commit d20a84b
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 @@ -254,6 +254,12 @@
<artifactId>git-tag-message</artifactId>
<version>1.6.1</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>git</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- Satisfy upper bounds dependency warnings -->
<dependency>
Expand Down

0 comments on commit d20a84b

Please sign in to comment.