Skip to content

Commit 721ea48

Browse files
committed
Make jackson-core dependency provided to avoid pulling start of bundle jackson-core in karaf features (FasterXML#181)
1 parent ef06772 commit 721ea48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
<dependency>
4343
<groupId>com.fasterxml.jackson.core</groupId>
4444
<artifactId>jackson-core</artifactId>
45+
<scope>provided</scope>
4546
</dependency>
4647

4748
<dependency> <!-- all components use junit for testing -->

0 commit comments

Comments
 (0)