Skip to content

Commit

Permalink
Move jackson-datatype-jsr310 to dependencyManagement
Browse files Browse the repository at this point in the history
  • Loading branch information
maple-buice committed Dec 11, 2023
1 parent f9c4893 commit 66c1bea
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,11 @@
<artifactId>jackson-dataformat-yaml</artifactId>
<version>2.14.0</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jsr310</artifactId>
<version>2.14.0</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down Expand Up @@ -151,11 +156,6 @@
<groupId>ch.obermuhlner</groupId>
<artifactId>big-math</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jsr310</artifactId>
<version>2.14.0</version>
</dependency>

<dependency>
<groupId>ch.qos.logback</groupId>
Expand Down

0 comments on commit 66c1bea

Please sign in to comment.