lucene-solr icon indicating copy to clipboard operation
lucene-solr copied to clipboard

SOLR-15178 Non-existent dependency listed in solr-core

Open bszabo97 opened this issue 4 years ago • 0 comments

Description

Solr-core has a dependency, org.apache.solr:server, which fails to download. For testing I created a test project here: https://github.com/bszabo97/solr_master_dep_test If I run the command gradle -q dependencies --configuration solrCore the dependency org.apache.solr:server shows up and fails, though if I run gradle -q dependencies --configuration solrCore8 it doesn't show up at all.

Solution

Adding the missing artifact.

Tests

Unit tests

Checklist

Please review the following and check all that apply:

  • [x] I have reviewed the guidelines for How to Contribute and my code conforms to the standards described there to the best of my ability.
  • [x] I have created a Jira issue and added the issue ID to my pull request title.
  • [x] I have given Solr maintainers access to contribute to my PR branch. (optional but recommended)
  • [x] I have developed this patch against the master branch.
  • [x] I have run ./gradlew check.
  • [ ] I have added tests for my changes.
  • [ ] I have added documentation for the Ref Guide (for Solr changes only).

bszabo97 avatar Feb 22 '21 16:02 bszabo97