Skip to content

Commit fdef377

Browse files
committed
Add jackson-annotations as maven dependencies to make jackson-datatype-jsr353 compile
1 parent dbb31b2 commit fdef377

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ working with JSR-353 (JDK Json-processing API) node types via data-binding
2828
</properties>
2929

3030
<dependencies>
31+
<dependency>
32+
<groupId>com.fasterxml.jackson.core</groupId>
33+
<artifactId>jackson-annotations</artifactId>
34+
<scope>provided</scope>
35+
</dependency>
3136
<!-- Extends Jackson mapper -->
3237
<dependency>
3338
<groupId>com.fasterxml.jackson.core</groupId>

0 commit comments

Comments
 (0)