[
https://issues.apache.org/jira/browse/LUCENE-5715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14014434#comment-14014434
]
Steve Rowe commented on LUCENE-5715:
------------------------------------
I'm adding the capability to report the latest version of dependencies with
version conflicts, so people don't have go look that up in order to fix via
version upgrade. For example:
{noformat}
[libversions] VERSION CONFLICT: transitive dependency in module(s) uima:
[libversions] /commons-digester/commons-digester=2.0
[libversions] +-- /commons-beanutils/commons-beanutils=1.8.0 <<< Conflict
(direct=1.7.0, latest=1.9.2)
[libversions] ... and 1 more
{noformat}
> Upgrade direct dependencies known to be older than transitive dependencies
> --------------------------------------------------------------------------
>
> Key: LUCENE-5715
> URL: https://issues.apache.org/jira/browse/LUCENE-5715
> Project: Lucene - Core
> Issue Type: Task
> Components: general/build
> Reporter: Steve Rowe
> Assignee: Steve Rowe
> Priority: Minor
>
> LUCENE-5442 added functionality to the {{check-lib-versions}} ant task to
> fail the build if a direct dependency's version conflicts with that of a
> transitive dependency.
> {{ivy-ignore-conflicts.properties}} contains a list of 19 transitive
> dependencies with versions that are newer than direct dependencies' versions:
> https://issues.apache.org/jira/browse/LUCENE-5442?focusedCommentId=14012220&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14012220
> We should try to keep that list small. It's likely that upgrading most of
> those dependencies will require little effort.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]