[
https://issues.apache.org/jira/browse/SOLR-7433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14534551#comment-14534551
]
Bryan Bende commented on SOLR-7433:
-----------------------------------
Hi Steve, Just looked at this again and following your steps I can not
reproduce this now.
It only appears to be an issue for me when I added solr-core 5.1.0 to a larger
project, which after further investigation I believe already had lucene 4.10.3
on the classpath in another area of the project, and had a dependencyManagement
block forcing the version of lucene to 4.10.3.
Sorry for having you look into this.
> Maven dependency on solr-core 5.1.0 brings in 4.10.3 artifacts
> --------------------------------------------------------------
>
> Key: SOLR-7433
> URL: https://issues.apache.org/jira/browse/SOLR-7433
> Project: Solr
> Issue Type: Bug
> Affects Versions: 5.0, 5.1
> Reporter: Bryan Bende
> Priority: Minor
>
> Adding a Maven dependency on solr-core 5.1.0 brings in some 4.10.3 artifacts.
> <dependency>
> <groupId>org.apache.solr</groupId>
> <artifactId>solr-core</artifactId>
> <version>5.1.0</version>
> <scope>test</scope>
> </dependency>
> Running mvn dependency:tree shows:
> +- org.apache.solr:solr-core:jar:5.1.0:test
> [INFO] | +- org.apache.lucene:lucene-analyzers-common:jar:4.10.3:test
> [INFO] | +- org.apache.lucene:lucene-analyzers-kuromoji:jar:5.1.0:test
> [INFO] | +- org.apache.lucene:lucene-analyzers-phonetic:jar:5.1.0:test
> [INFO] | +- org.apache.lucene:lucene-backward-codecs:jar:5.1.0:test
> [INFO] | +- org.apache.lucene:lucene-codecs:jar:5.1.0:test
> [INFO] | +- org.apache.lucene:lucene-core:jar:4.10.3:test
> [INFO] | +- org.apache.lucene:lucene-expressions:jar:5.1.0:test
> [INFO] | +- org.apache.lucene:lucene-grouping:jar:5.1.0:test
> [INFO] | +- org.apache.lucene:lucene-highlighter:jar:5.1.0:test
> [INFO] | +- org.apache.lucene:lucene-join:jar:5.1.0:test
> [INFO] | +- org.apache.lucene:lucene-memory:jar:5.1.0:test
> [INFO] | +- org.apache.lucene:lucene-misc:jar:5.1.0:test
> [INFO] | +- org.apache.lucene:lucene-queries:jar:5.1.0:test
> [INFO] | +- org.apache.lucene:lucene-queryparser:jar:4.10.3:test
> Verifying that solr-core came from Maven central:
> #Thu Apr 16 20:46:02 EDT 2015
> solr-core-5.1.0.jar>central=
> solr-core-5.1.0.pom>central=
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]