You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Julian Reschke (Jira)" <ji...@apache.org> on 2020/08/28 10:51:00 UTC

[jira] [Reopened] (JCR-4527) old dependency for lucene-core

     [ https://issues.apache.org/jira/browse/JCR-4527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Julian Reschke reopened JCR-4527:
---------------------------------

> old dependency for lucene-core
> ------------------------------
>
>                 Key: JCR-4527
>                 URL: https://issues.apache.org/jira/browse/JCR-4527
>             Project: Jackrabbit Content Repository
>          Issue Type: Improvement
>    Affects Versions: 2.20.0
>            Reporter: yaroslav 
>            Priority: Major
>
> I use a jackrabbit in our project. Everything was fine until the moment we decided to pull in embeddedsolr for unit testing. I got a library conflict. Jackrabbit has an ancient version of Lucene core dependency. I suppose this lib should be upgraded
> https://github.com/apache/jackrabbit/blob/fe03b5e91dce43bdd6922e09806c0dd4cc86474e/jackrabbit-parent/pom.xml#L465
>       <dependency>
>         <groupId>org.apache.lucene</groupId>
>         <artifactId>lucene-core</artifactId>
>         <version>3.6.0</version>
>       </dependency>



--
This message was sent by Atlassian Jira
(v8.3.4#803005)