[
https://issues.apache.org/jira/browse/SYNCOPE-659?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Francesco Chicchiriccò resolved SYNCOPE-659.
--------------------------------------------
Resolution: Fixed
[Pull request|https://github.com/apache/syncope/pull/4] merged with [this
commit|https://git-wip-us.apache.org/repos/asf?p=syncope.git;a=commit;h=cc053d68498bf4b7e5896cae64468e7b90e7c0ee],
thanks!
> Wrong fasterxml.jackson, common-lang3 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)