Skip to content

Commit

Permalink
Make the jackson-core maven dependency of jackson-dataformats-text pa…
Browse files Browse the repository at this point in the history
…rent pom have scope provided (FasterXML#144)
  • Loading branch information
steinarb committed Oct 18, 2019
1 parent 819582b commit 2382429
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<scope>provided</scope>
</dependency>

<dependency> <!-- all components use junit for testing -->
Expand Down

0 comments on commit 2382429

Please sign in to comment.