Skip to content

Commit 8184053

Browse files
committed
add jackson-core to dependency
Signed-off-by: Min Jin <[email protected]>
1 parent d523623 commit 8184053

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

kubernetes/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,10 @@
184184
<groupId>com.fasterxml.jackson.core</groupId>
185185
<artifactId>jackson-databind</artifactId>
186186
</dependency>
187+
<dependency>
188+
<groupId>com.fasterxml.jackson.core</groupId>
189+
<artifactId>jackson-core</artifactId>
190+
</dependency>
187191

188192
<!-- test dependencies -->
189193
<dependency>

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,11 @@
272272
<artifactId>jackson-databind</artifactId>
273273
<version>${jackson.version}</version>
274274
</dependency>
275+
<dependency>
276+
<groupId>com.fasterxml.jackson.core</groupId>
277+
<artifactId>jackson-core</artifactId>
278+
<version>${jackson.version}</version>
279+
</dependency>
275280

276281
<!-- tests -->
277282
<dependency>

0 commit comments

Comments
 (0)