RichardLiu2001 commented on code in PR #1431: URL: https://github.com/apache/polaris/pull/1431#discussion_r2059188339
########## service/common/build.gradle.kts: ########## @@ -98,6 +100,8 @@ dependencies { testImplementation(libs.logback.classic) + testImplementation(libs.microprofile.fault.tolerance.api) Review Comment: Yes, sorry - my response was from when the dependency was `compileOnly`. I've changed it to `implementation` and as a result this isn't needed anymore. -- 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: issues-unsubscr...@polaris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org