yuqi1129 commented on code in PR #7877:
URL: https://github.com/apache/gravitino/pull/7877#discussion_r2269555580


##########
bundles/aliyun/build.gradle.kts:
##########
@@ -26,13 +26,13 @@ plugins {
 
 dependencies {
   compileOnly(project(":api"))
-  compileOnly(project(":catalogs:catalog-common"))
-  compileOnly(project(":catalogs:catalog-fileset"))
-  compileOnly(project(":core"))
   compileOnly(libs.hadoop3.client.api)
   compileOnly(libs.hadoop3.client.runtime)
   compileOnly(libs.hadoop3.oss)
 
+  implementation(project(":common")) {

Review Comment:
   `compileOnly` should be fine as vendor-specific jars always come with 
`hadoop3-client-runtime`, which already contains `common.`



-- 
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]

Reply via email to