Skip to content

Commit c122d3f

Browse files
committed
Change scope of maven dependencies jackson-core and jackson-databind to provided in the jackson-datatype-hibernate parent pom to avoid the bundles being loaded directly in generated apache karaf features (FasterXML#132)
1 parent 4777b36 commit c122d3f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pom.xml

+2
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,12 @@
3838
<dependency>
3939
<groupId>com.fasterxml.jackson.core</groupId>
4040
<artifactId>jackson-core</artifactId>
41+
<scope>provided</scope>
4142
</dependency>
4243
<dependency>
4344
<groupId>com.fasterxml.jackson.core</groupId>
4445
<artifactId>jackson-databind</artifactId>
46+
<scope>provided</scope>
4547
</dependency>
4648

4749
<!-- But there are also some well-known test dependencies we may as well add directly -->

0 commit comments

Comments
 (0)