mchades commented on code in PR #4819:
URL: https://github.com/apache/gravitino/pull/4819#discussion_r1738939805
##########
flink-connector/flink/build.gradle.kts:
##########
@@ -38,19 +38,15 @@ val scalaVersion: String = "2.12"
val artifactName =
"${rootProject.name}-flink-${flinkMajorVersion}_$scalaVersion"
dependencies {
- implementation(project(":api"))
- implementation(project(":catalogs:catalog-common"))
- implementation(project(":common"))
- implementation(project(":core"))
-
+ // use the client-java instead of client-java-runtime to provide the
conflict from
+ // the shaded of com.fasterxml.
+ compileOnly(project(":clients:client-java"))
Review Comment:
Please make those in alphabetical order.
--
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]