Skip to content

Commit

Permalink
Fix issue: apache/pulsar#23555.
Browse files Browse the repository at this point in the history
- use jackson-core:2.14.2
  • Loading branch information
visxu committed Nov 20, 2024
1 parent c3fca95 commit 2f85968
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,12 @@
<scope>import</scope>
</dependency>

<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.14.2</version>
</dependency>

</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit 2f85968

Please sign in to comment.