[hibernate-issues] [Hibernate-JIRA] Commented: (HSEARCH-887) Version conflict of dependency jackson-mapper-asl with the one included in JBoss AS7

Emmanuel Bernard (JIRA) noreply at atlassian.com
Wed Aug 31 10:27:02 EDT 2011


    [ http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=43418#comment-43418 ] 

Emmanuel Bernard commented on HSEARCH-887:
------------------------------------------

By excluding jackson-mapper-asl from the dependency and explicitly using the current AS 7 version (1.6.3). The Hibernate Search unit tests pass.

But we should
* at least align the versions between AS 7 and us (AS 7 moving up the version number)
* try and see if we can isolate our code form AS 7's and see why Jackson is exposed by AS 7

> Version conflict of dependency jackson-mapper-asl with the one included in JBoss AS7
> ------------------------------------------------------------------------------------
>
>                 Key: HSEARCH-887
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HSEARCH-887
>             Project: Hibernate Search
>          Issue Type: Bug
>          Components: build
>            Reporter: Sanne Grinovero
>            Priority: Blocker
>             Fix For: 4.0
>
>
> It seems the version of Apache Avro we introduced as a new dependency is depending on jackson-mapper-asl, which is included in AS7 as well, but using a different version.
> We should see if we can use the same as AS7, if the dependency can be removed, or if we should verify if we can take advantage of AS7's new super isolation features.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list