Skip to content

Commit efdecd5

Browse files
committed
Add missing Jackson dependencies.
1 parent ea56ad4 commit efdecd5

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,11 @@
230230
<artifactId>jackson-datatype-jsr310</artifactId>
231231
<version>${jackson.version}</version>
232232
</dependency>
233+
<dependency>
234+
<groupId>com.fasterxml.jackson.core</groupId>
235+
<artifactId>jackson-annotations</artifactId>
236+
<version>${jackson.version}</version>
237+
</dependency>
233238
<dependency>
234239
<groupId>org.apache.logging.log4j</groupId>
235240
<artifactId>log4j-core</artifactId>

powertools-tracing/pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,14 @@
6666
<groupId>com.amazonaws</groupId>
6767
<artifactId>aws-xray-recorder-sdk-aws-sdk-v2-instrumentor</artifactId>
6868
</dependency>
69+
<dependency>
70+
<groupId>com.fasterxml.jackson.core</groupId>
71+
<artifactId>jackson-databind</artifactId>
72+
</dependency>
73+
<dependency>
74+
<groupId>com.fasterxml.jackson.core</groupId>
75+
<artifactId>jackson-annotations</artifactId>
76+
</dependency>
6977

7078
<!-- Test dependencies -->
7179
<dependency>

0 commit comments

Comments
 (0)