xunliu commented on code in PR #4948: URL: https://github.com/apache/gravitino/pull/4948#discussion_r1769447974
########## integration-test-common/build.gradle.kts: ########## @@ -29,9 +31,15 @@ dependencies { testImplementation(project(":api")) testImplementation(project(":clients:client-java")) testImplementation(project(":common")) - testImplementation(project(":core")) - testImplementation(project(":server")) - testImplementation(project(":server-common")) + testImplementation(project(":core")) { + exclude(group = "org.rocksdb", module = "rocksdbjni") Review Comment: The `rocksdb-xxx.jar` have 47MB size, let Shadow jar package very big, and currently we doesn't support rocksdb storage. So I exclude it. -- 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