[
https://hibernate.onjira.com/browse/HSEARCH-1116?page=com.atlassian.jira....
]
Randall Hauch edited comment on HSEARCH-1116 at 5/7/12 12:14 PM:
-----------------------------------------------------------------
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 "Resolved" (couldn't reproduce). I
suspect it's an error with Maven, but I can forcibly override it in my POM.
was (Author: rhauch):
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