malliaridis commented on code in PR #3227:
URL: https://github.com/apache/solr/pull/3227#discussion_r2658391365


##########
solr/api/build.gradle:
##########
@@ -61,8 +61,11 @@ resolve {
 
 dependencies {
     api platform(project(":platform"))
+    swaggerDeps platform(project(":platform"))
+    api platform(libs.fasterxml.jackson.bom)

Review Comment:
   [SOLR-18003](https://issues.apache.org/jira/browse/SOLR-18003) also shows a 
case where the BOM version resolution fails and we have to intervene.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to