We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d523623 commit 8184053Copy full SHA for 8184053
kubernetes/pom.xml
@@ -184,6 +184,10 @@
184
<groupId>com.fasterxml.jackson.core</groupId>
185
<artifactId>jackson-databind</artifactId>
186
</dependency>
187
+ <dependency>
188
+ <groupId>com.fasterxml.jackson.core</groupId>
189
+ <artifactId>jackson-core</artifactId>
190
+ </dependency>
191
192
<!-- test dependencies -->
193
<dependency>
pom.xml
@@ -272,6 +272,11 @@
272
273
<version>${jackson.version}</version>
274
275
276
277
278
+ <version>${jackson.version}</version>
279
280
281
<!-- tests -->
282
0 commit comments