xunliu commented on code in PR #4948: URL: https://github.com/apache/gravitino/pull/4948#discussion_r1769429430
########## integration-test-common/build.gradle.kts: ########## @@ -54,25 +62,39 @@ dependencies { exclude("org.elasticsearch") exclude("org.elasticsearch.client") exclude("org.elasticsearch.plugin") + exclude("com.amazonaws", "aws-java-sdk-bundle") } + testImplementation(libs.junit.jupiter.params) + testImplementation(libs.junit.jupiter.api) + testImplementation(libs.junit.jupiter.engine) + testImplementation(libs.bundles.jersey) +} - testImplementation(platform("org.junit:junit-bom:5.9.1")) - testImplementation("org.junit.jupiter:junit-jupiter") +val testShadowJar by tasks.registering(ShadowJar::class) { Review Comment: The `integration-test-comman` ShadowJar main use to running `MiniGravitino` service. We can expend a single `MiniGravitino` module in the Gravitino project in the future. @mchades What do you think? -- 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