You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by GitBox <gi...@apache.org> on 2022/02/21 15:21:33 UTC

[GitHub] [solr] HoustonPutman commented on a change in pull request #637: SOLR-15904: Create sql module

HoustonPutman commented on a change in pull request #637:
URL: https://github.com/apache/solr/pull/637#discussion_r811228859



##########
File path: solr/solrj/build.gradle
##########
@@ -62,6 +62,7 @@ dependencies {
   testImplementation project(':solr:test-framework')
   testImplementation project(':solr:core')
   testImplementation project(':solr:solrj')
+  testRuntimeOnly project(':solr:modules:sql')

Review comment:
       Whenever the solrj-jdbc solrj-module is split out, this will go in there, correct?
   
   So the dependency tree at that point will look like `solr:solrj:jdbc (test)` -> `solr:modules:sql` -> `solr:solrj`




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org