Skip to content

Commit 6055433

Browse files
committed
add jackson-core for the missing com.fasterxml.jackson.core.exc.StreamWriteException
1 parent c7507d2 commit 6055433

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

opengrok-indexer/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,11 @@ Portions Copyright (c) 2020-2020, Lubos Kosco <[email protected]>.
189189
<artifactId>jakarta.activation-api</artifactId>
190190
<version>2.0.1</version>
191191
</dependency>
192+
<dependency>
193+
<groupId>com.fasterxml.jackson.core</groupId>
194+
<artifactId>jackson-core</artifactId>
195+
<version>${jackson.version}</version>
196+
</dependency>
192197
<dependency>
193198
<groupId>com.fasterxml.jackson.core</groupId>
194199
<artifactId>jackson-databind</artifactId>

0 commit comments

Comments
 (0)