adutra commented on code in PR #858:
URL: https://github.com/apache/polaris/pull/858#discussion_r1926962895
##########
quarkus/service/build.gradle.kts:
##########
@@ -136,6 +136,7 @@ dependencies {
// override dnsjava version in dependencies due to
https://github.com/dnsjava/dnsjava/issues/329
intTestImplementation(platform(libs.dnsjava))
+ testFixturesImplementation(platform(libs.dnsjava))
Review Comment:
Don't ask me why, but IntelliJ now refuses to import the project without
this 🤷♂️
--
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]