dsmiley commented on code in PR #3227:
URL: https://github.com/apache/solr/pull/3227#discussion_r2645960082
##########
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:
I'm surprised to see jackson here, as I expect that our platform's role is
to be all encompassing (to include jackson).
--
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]