Skip to content

Commit

Permalink
Merge pull request #80 from jglick/jackson-bom-fix
Browse files Browse the repository at this point in the history
Work around problem in io.jenkins.configuration-as-code:test-harness
  • Loading branch information
aheritier committed Oct 14, 2020
2 parents 1aa6c28 + 441047d commit 11c1fbd
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 @@ -99,6 +99,12 @@
<groupId>io.jenkins.configuration-as-code</groupId>
<artifactId>test-harness</artifactId>
<scope>test</scope>
<exclusions>
<exclusion> <!-- TODO pending https://github.com/jenkinsci/bom/pull/294 -->
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
Expand Down

0 comments on commit 11c1fbd

Please sign in to comment.