Skip to content

Commit

Permalink
fixes #134 remove the temporary version.jackson-databind in the pom.x…
Browse files Browse the repository at this point in the history
…ml (#135)
  • Loading branch information
stevehu committed Jun 18, 2020
1 parent 70e3cdb commit c564910
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 @@ -96,7 +96,6 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<version.light-4j>2.0.15-SNAPSHOT</version.light-4j>
<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.commons-text>1.3</version.commons-text>
Expand Down Expand Up @@ -339,7 +338,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 c564910

Please sign in to comment.