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 2016/01/13 13:42:16 UTC

syncope git commit: Adding ref to swagger-core issue about using latest Jackson version

Repository: syncope
Updated Branches:
  refs/heads/master 47fc16898 -> ebd435b56


Adding ref to swagger-core issue about using latest Jackson version


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

Branch: refs/heads/master
Commit: ebd435b56474e300a835950a99be99e1ec6e7a44
Parents: 47fc168
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Wed Jan 13 13:42:10 2016 +0100
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Wed Jan 13 13:42:10 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/ebd435b5/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b829c88..c1a0566 100644
--- a/pom.xml
+++ b/pom.xml
@@ -333,7 +333,8 @@ under the License.
 
     <!-- Cannot upgrade to 2.7.0 because current swagger-jaxrs relies on
          com.fasterxml.jackson.databind.type.TypeFactory.constructType(Type, Class<?>)
-         which was removed in 2.7.0 -->
+         which was removed in 2.7.0
+         See https://github.com/swagger-api/swagger-core/issues/1601 -->
     <jackson.version>2.6.4</jackson.version>
 
     <spring.version>4.2.4.RELEASE</spring.version>