Skip to content

Commit

Permalink
fixes #70 remove the temporary version.jackson-databind in the pom.xm…
Browse files Browse the repository at this point in the history
…l 1.6.x
  • Loading branch information
stevehu committed Jun 18, 2020
1 parent 8e5746b commit 676f40b
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 @@ -94,7 +94,6 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<version.light-4j>1.6.23-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 @@ -274,7 +273,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>${version.jackson-databind}</version>
<version>${version.jackson}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand Down

0 comments on commit 676f40b

Please sign in to comment.