Skip to content

Commit

Permalink
Merge pull request #4973 from bigscoop/fix-deps
Browse files Browse the repository at this point in the history
[general] Move jsr310 dependency version to parent
  • Loading branch information
timmolter authored Dec 3, 2024
2 parents 9031b37 + 713d16d commit 0d7b57c
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,13 @@
<version>${version.fasterxml}</version>
</dependency>

<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jsr310</artifactId>
<version>${version.fasterxml}</version>

</dependency>

<!-- Rest client -->
<dependency>
<groupId>com.github.mmazi</groupId>
Expand Down
1 change: 0 additions & 1 deletion xchange-bitget/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jsr310</artifactId>
<version>${version.fasterxml}</version>
</dependency>

<dependency>
Expand Down
1 change: 0 additions & 1 deletion xchange-coinex/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jsr310</artifactId>
<version>${version.fasterxml}</version>
</dependency>

<dependency>
Expand Down
1 change: 0 additions & 1 deletion xchange-gateio-v4/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jsr310</artifactId>
<version>${version.fasterxml}</version>
</dependency>

<dependency>
Expand Down
1 change: 0 additions & 1 deletion xchange-gateio/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jsr310</artifactId>
<version>${version.fasterxml}</version>
</dependency>

<dependency>
Expand Down
1 change: 0 additions & 1 deletion xchange-stream-gateio/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jsr310</artifactId>
<version>${version.fasterxml}</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 0d7b57c

Please sign in to comment.