lucene-solr
lucene-solr copied to clipboard
SOLR-15178 Non-existent dependency listed in solr-core
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
masterbranch. - [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).