You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2017/08/07 13:50:11 UTC

[3/4] syncope git commit: Reverting Jackson upgrade as Swagger JAXRS does not work fine with the updated version

Reverting Jackson upgrade as Swagger JAXRS does not work fine with the updated version


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/e1084a3d
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/e1084a3d
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/e1084a3d

Branch: refs/heads/master
Commit: e1084a3d97d54d2f14ed4e71236c0710214acb30
Parents: 9851417
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Mon Aug 7 15:49:10 2017 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Mon Aug 7 15:49:41 2017 +0200

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/e1084a3d/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 7ac5d4c..3c23485 100644
--- a/pom.xml
+++ b/pom.xml
@@ -366,7 +366,7 @@ under the License.
 
     <cxf.version>3.2.0-SNAPSHOT</cxf.version>
 
-    <jackson.version>2.9.0</jackson.version>
+    <jackson.version>2.8.9</jackson.version>
 
     <spring.version>4.3.10.RELEASE</spring.version>
     <spring-security.version>4.2.3.RELEASE</spring-security.version>