Skip to content

Commit

Permalink
Fix jackson-datatype-jsr310 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
maple-buice committed Dec 11, 2023
1 parent 66c1bea commit c2fdd0c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,10 @@
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-yaml</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jsr310</artifactId>
</dependency>
<dependency>
<groupId>ch.obermuhlner</groupId>
<artifactId>big-math</artifactId>
Expand Down

0 comments on commit c2fdd0c

Please sign in to comment.