yuqi1129 commented on code in PR #6644: URL: https://github.com/apache/gravitino/pull/6644#discussion_r1986521690
########## api/build.gradle.kts: ########## @@ -24,11 +24,13 @@ plugins { dependencies { implementation(libs.commons.lang3) + implementation(libs.commons.collections4) implementation(libs.guava) implementation(libs.slf4j.api) testImplementation(libs.junit.jupiter.api) testImplementation(libs.junit.jupiter.params) + testImplementation(libs.commons.collections4) Review Comment: I believe we can remove this line as it has been added to the run time in L27. -- 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: commits-unsubscr...@gravitino.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org