[hibernate-issues] [Hibernate-JIRA] Commented: (HSEARCH-1116) Update Jackson dependency to match AS7

Randall Hauch (JIRA) noreply at atlassian.com
Mon May 7 13:16:09 EDT 2012


    [ https://hibernate.onjira.com/browse/HSEARCH-1116?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=46557#comment-46557 ] 

Randall Hauch commented on HSEARCH-1116:
----------------------------------------

I based my comment on the output of 'mvn dependency:tree':

{code:none}
[INFO] +- org.hibernate:hibernate-search-engine:jar:4.1.0.Final:compile
[INFO] |  +- org.hibernate.common:hibernate-commons-annotations:jar:4.0.1.Final:compile
[INFO] |  +- org.jboss.logging:jboss-logging:jar:3.1.0.Beta3:compile
[INFO] |  \- org.apache.avro:avro:jar:1.5.1:compile
[INFO] |     +- org.codehaus.jackson:jackson-mapper-asl:jar:1.7.3:compile
[INFO] |     |  \- org.codehaus.jackson:jackson-core-asl:jar:1.7.3:compile
[INFO] |     +- com.thoughtworks.paranamer:paranamer:jar:2.3:compile
[INFO] |     \- org.xerial.snappy:snappy-java:jar:1.0.1-rc3:compile
{code}

Yet when I look at the Hibernate Search 4.1.0.Final parent POM, the version of Jackson is [overridden to use "1.9.2"|https://github.com/hibernate/hibernate-search/blob/4.1.0.Final/pom.xml#L181]. It's not clear to me why this is happening, but clearly Hibernate Search appears to be right.

So I'm okay with this being marked as "Rejected". I suspect it's an error with Maven, but I can forcibly override it in my POM.

> Update Jackson dependency to match AS7
> --------------------------------------
>
>                 Key: HSEARCH-1116
>                 URL: https://hibernate.onjira.com/browse/HSEARCH-1116
>             Project: Hibernate Search
>          Issue Type: Task
>          Components: serialization
>            Reporter: Sanne Grinovero
>


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