Skip to content

Commit

Permalink
Make jackson-core dependency provided to avoid pulling start of bundl…
Browse files Browse the repository at this point in the history
…e jackson-core in karaf features (FasterXML#18)
  • Loading branch information
steinarb committed Sep 14, 2019
1 parent 0ed8c0d commit 8397c15
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 @@ -42,6 +42,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 8397c15

Please sign in to comment.