[ https://issues.apache.org/jira/browse/SYNCOPE-659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14495832#comment-14495832 ]
Francesco Chicchiriccò commented on SYNCOPE-659: ------------------------------------------------ Hi [~xldai], thanks for reporting. Would you like to provide a patch / pull request (via github)? > Wrong fasterxml.jackson version in the Import-Package in the syncope-common, > syncope-client > ------------------------------------------------------------------------------------------- > > Key: SYNCOPE-659 > URL: https://issues.apache.org/jira/browse/SYNCOPE-659 > Project: Syncope > Issue Type: Bug > Components: client, common > Affects Versions: 1.2.3 > Reporter: Xilai Dai > Fix For: 1.2.4, 2.0.0 > > > https://repo1.maven.org/maven2/org/apache/syncope/syncope-common/1.2.3/syncope-common-1.2.3.pom > {code} > <Import-Package> > org.apache.commons.lang3;version="[3.1,3.2)", > com.fasterxml.jackson.annotation;version="[2.2.2,2.3)", > org.springframework*;version="[3,4)", > org.apache.logging.log4j*;resolution:=optional, > org.slf4j;resolution:=optional, > * > </Import-Package> > {code} > but the real jackson version used is > {code} > <jackson.version>2.4.5</jackson.version> > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)