Skip to content

Commit 8397c15

Browse files
committed
Make jackson-core dependency provided to avoid pulling start of bundle jackson-core in karaf features (FasterXML#18)
1 parent 0ed8c0d commit 8397c15

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pom.xml

+1
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)