yaroslav created JCR-4527:
------------------------------
Summary: 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
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)