jerryshao commented on code in PR #9313:
URL: https://github.com/apache/gravitino/pull/9313#discussion_r2576259257
##########
core/build.gradle.kts:
##########
@@ -50,8 +50,10 @@ dependencies {
exclude(group = "com.google.guava", module = "guava") // provided by
gravitino
exclude(group = "org.apache.commons", module = "commons-lang3") //
provided by gravitino
exclude(group = "org.junit.jupiter", module = "*") // provided by test
scope
+ exclude(group = "com.fasterxml.jackson.jaxrs", module =
"jackson-jaxrs-json-provider") // using gravitino's version
}
implementation(libs.mybatis)
+ implementation(libs.jackson.jaxrs.json.provider) // This is required by lance
Review Comment:
Make this alphabetical ordering.
--
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]