Skip to content

Commit 69202fb

Browse files
committed
Fix com.fasterxml.jackson.databind.ObjectReader LinkageError
1 parent 85c84d5 commit 69202fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pom.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,11 +238,13 @@
238238
<groupId>com.fasterxml.jackson.core</groupId>
239239
<artifactId>jackson-core</artifactId>
240240
<version>2.9.8</version>
241+
<scope>provided</scope>
241242
</dependency>
242243
<dependency>
243244
<groupId>com.fasterxml.jackson.core</groupId>
244245
<artifactId>jackson-databind</artifactId>
245246
<version>2.9.10.8</version>
247+
<scope>provided</scope>
246248
</dependency>
247249
<dependency>
248250
<groupId>com.fasterxml.jackson.dataformat</groupId>

0 commit comments

Comments
 (0)