dimas-b commented on code in PR #3261:
URL: https://github.com/apache/polaris/pull/3261#discussion_r2621114482


##########
runtime/server/build.gradle.kts:
##########
@@ -53,6 +53,32 @@ dependencies {
   // enforce the Quarkus _platform_ here, to get a consistent and validated 
set of dependencies
   implementation(enforcedPlatform(libs.quarkus.bom))
   implementation("io.quarkus:quarkus-container-image-docker")
+
+  testImplementation("io.quarkus:quarkus-junit5")

Review Comment:
   I had to make a build config change and move a non-QuarkusIntegrationTest 
back to `runtime/service`... but I hope the end result is better now :)



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