Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Commit

Permalink
fixes #273 remove the temporary version.jackson-databind in the pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehu committed Jun 18, 2020
1 parent 9f56f5b commit b31f92f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@
<version.light-4j>2.0.15-SNAPSHOT</version.light-4j>
<version.json-schema-validator>1.0.29</version.json-schema-validator>
<version.jackson>2.10.0</version.jackson>
<version.jackson-databind>2.10.0</version.jackson-databind>
<version.slf4j>1.7.25</version.slf4j>
<version.jose4j>0.6.3</version.jose4j>
<version.antlr4>4.7</version.antlr4>
Expand Down Expand Up @@ -350,7 +349,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>${version.jackson-databind}</version>
<version>${version.jackson}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down

0 comments on commit b31f92f

Please sign in to comment.