fix spring dep version

This commit is contained in:
wing328
2017-07-01 22:22:02 +08:00
parent a177e09fbd
commit 8d31e57e2a
3 changed files with 5 additions and 2 deletions

View File

@@ -126,7 +126,7 @@
<dependency>
<groupId>com.github.joschi.jackson</groupId>
<artifactId>jackson-datatype-threetenbp</artifactId>
<version>${jackson-version}</version>
<version>${jackson-datatype-threetenbp-version}</version>
</dependency>
{{/threetenbp}}
@@ -161,6 +161,7 @@
<servlet-api-version>2.5</servlet-api-version>
<springfox-version>2.6.0</springfox-version>
<jackson-version>2.8.9</jackson-version>
<jackson-datatype-threetenbp-version>2.8.4</jackson-datatype-threetenbp-version>
<spring-version>4.3.9.RELEASE</spring-version>
</properties>
</project>