Skip to content

Commit 55a7336

Browse files
Added missing dependency
1 parent 451acf9 commit 55a7336

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sample-code/spring-app/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,10 @@
118118
<groupId>com.fasterxml.jackson.core</groupId>
119119
<artifactId>jackson-core</artifactId>
120120
</dependency>
121+
<dependency>
122+
<groupId>com.fasterxml.jackson.core</groupId>
123+
<artifactId>jackson-annotations</artifactId>
124+
</dependency>
121125
<!-- scope "runtime" -->
122126
<dependency>
123127
<groupId>ch.qos.logback</groupId>

0 commit comments

Comments
 (0)