adutra commented on code in PR #3261:
URL: https://github.com/apache/polaris/pull/3261#discussion_r2619930403


##########
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:
   Two questions / doubts here: 
   1. Why modify the `testImplementation` configuration here? I don't think it 
applies to integration tests.
   2. Do we need to add 
`testImplementation(enforcedPlatform(libs.quarkus.bom))`?



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