Upgrade to resteasy-jackson2-provider (#7017)

* Upgrade to resteasy-jackson2-provider

* Upgrade to resteasy-jackson2-provider
This commit is contained in:
Oliver Hoffmann 2017-11-23 10:35:49 +01:00 committed by William Cheng
parent ebfdc05199
commit 10107ac7ec
2 changed files with 2 additions and 2 deletions

View File

@ -202,7 +202,7 @@
{{/supportJava6}}
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jackson-provider</artifactId>
<artifactId>resteasy-jackson2-provider</artifactId>
<version>3.1.3.Final</version>
</dependency>
<dependency>

View File

@ -164,7 +164,7 @@
<dependency>
<groupId>org.jboss.resteasy</groupId>
<artifactId>resteasy-jackson-provider</artifactId>
<artifactId>resteasy-jackson2-provider</artifactId>
<version>3.1.3.Final</version>
</dependency>
<dependency>