Skip to content

Commit

Permalink
Merge pull request #338 from jenkinsci/fix-exclusions
Browse files Browse the repository at this point in the history
Fix exclusions from #333
  • Loading branch information
carlossg committed May 30, 2018
2 parents 4b0e819 + 381b0db commit 8dfe7ba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,12 @@
<exclusions>
<!-- Jackson logic comes from plugins -->
<exclusion>
<artifactId>com.fasterxml.jackson.core</artifactId>
<groupId>jackson-core</groupId>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
</exclusion>
<exclusion>
<artifactId>com.fasterxml.jackson.core</artifactId>
<groupId>jackson-databind</groupId>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</exclusion>
</exclusions>
</dependency>
Expand Down

0 comments on commit 8dfe7ba

Please sign in to comment.