You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@syncope.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2015/04/16 09:01:16 UTC

[jira] [Commented] (SYNCOPE-659) Wrong fasterxml.jackson, common-lang3 version in the Import-Package in the syncope-common, syncope-client

    [ https://issues.apache.org/jira/browse/SYNCOPE-659?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14497647#comment-14497647 ] 

ASF subversion and git services commented on SYNCOPE-659:
---------------------------------------------------------

Commit 945158788e094be5a0a6b2a25113465b54940999 in syncope's branch refs/heads/1_2_X from [~ilgrosso]
[ https://git-wip-us.apache.org/repos/asf?p=syncope.git;h=9451587 ]

[SYNCOPE-659] Merge branch '1_2_X' of https://github.com/xldai/syncope into 1_2_X - This closes #4


> 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)