[ https://issues.apache.org/jira/browse/SOLR-15178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17290072#comment-17290072 ]
Mike Drob commented on SOLR-15178: ---------------------------------- Ok, yea, I see what's going on now. The solr:server looks like a collection of all the server dependencies, for running the Jetty container, but doesn't have any java code itself. It has a handful of scripts and does the packaging for the server tar. Given this, the change you proposed in the PR makes sense but we'll need to verify that it doesn't mess up the contents of {{assemble}}. More generally, I don't understand the distinction between when a dependency needs to go in server or when it goes in core. I'm doing have time to do full build testing this week, but will try to take a look next week. > Non-existent dependency listed in solr-core > ------------------------------------------- > > Key: SOLR-15178 > URL: https://issues.apache.org/jira/browse/SOLR-15178 > Project: Solr > Issue Type: Bug > Affects Versions: master (9.0) > Reporter: Bence Szabó > Priority: Major > Time Spent: 10m > Remaining Estimate: 0h > > 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. -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org