Xilai Dai created SYNCOPE-659:
---------------------------------
Summary: 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
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)