[jboss-jira] [JBoss JIRA] (DROOLS-409) Transitive dependencies for org.apache.lucene:lucene-core
Michael Biarnes Kiefer (JIRA)
issues at jboss.org
Mon Jan 20 10:24:28 EST 2014
Michael Biarnes Kiefer created DROOLS-409:
---------------------------------------------
Summary: Transitive dependencies for org.apache.lucene:lucene-core
Key: DROOLS-409
URL: https://issues.jboss.org/browse/DROOLS-409
Project: Drools
Issue Type: Component Upgrade
Security Level: Public (Everyone can see)
Affects Versions: 6.0.0.Final
Environment: Fedora 19
Reporter: Michael Biarnes Kiefer
Assignee: Alexandre Porcelli
In jboss-integration-platfor-parent we have defined the version <version.org.apache.lucene>3.6.2</version.org.apache.lucene>. The component of org.apache.lucene:lucene-core has this version, declared in the jboss integration platform-bom.
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-core</artifactId>
<version>${version.org.apache.lucene}</version>
</dependency>
The module drools-wb-jcr2vfs-migration-core has transitive dependencies to lucene-core 2.4.1. and 4.0.0.
Failed while enforcing RequireUpperBoundDeps. The error(s) are [
Require upper bound dependencies error for org.apache.lucene:lucene-core:2.4.1 paths to dependency are:
+-org.drools:drools-wb-jcr2vfs-migration-core:6.1.0-SNAPSHOT
+-org.apache.lucene:lucene-core:2.4.1
and
+-org.drools:drools-wb-jcr2vfs-migration-core:6.1.0-SNAPSHOT
+-org.drools:guvnor-repository:5.6.0.CR1
+-org.drools:guvnor-repository-connector-jackrabbit:5.6.0.CR1
+-org.apache.jackrabbit:jackrabbit-core:2.2.8
+-org.apache.lucene:lucene-core:4.0.0
At least we have three different versions of lucene-core in our modules.
2.4.1, 3.6.2 and 4.0.0.
How can we fix this?
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list