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


##########
gradle/libs.versions.toml:
##########
@@ -49,9 +46,9 @@ awssdk-bom = { module = "software.amazon.awssdk:bom", version 
= "2.41.1" }
 azuresdk-bom = { module = "com.azure:azure-sdk-bom", version = "1.3.3" }
 caffeine = { module = "com.github.ben-manes.caffeine:caffeine", version = 
"3.2.3" }
 cel-bom = { module = "org.projectnessie.cel:cel-bom", version = "0.6.0" }
+checkstyle = { module = "com.puppycrawl.tools:checkstyle", version.ref = 
"checkstyle" }

Review Comment:
   ```suggestion
   checkstyle = { module = "com.puppycrawl.tools:checkstyle", version.ref = 
"checkstyle" } # required by the polaris-java plugin
   ```



##########
gradle/libs.versions.toml:
##########
@@ -49,9 +46,9 @@ awssdk-bom = { module = "software.amazon.awssdk:bom", version 
= "2.41.1" }
 azuresdk-bom = { module = "com.azure:azure-sdk-bom", version = "1.3.3" }
 caffeine = { module = "com.github.ben-manes.caffeine:caffeine", version = 
"3.2.3" }
 cel-bom = { module = "org.projectnessie.cel:cel-bom", version = "0.6.0" }
+checkstyle = { module = "com.puppycrawl.tools:checkstyle", version.ref = 
"checkstyle" }
 commons-lang3 = { module = "org.apache.commons:commons-lang3", version = 
"3.20.0" }
 commons-text = { module = "org.apache.commons:commons-text", version = 
"1.15.0" }
-dnsjava = { module = "dnsjava:dnsjava", version = "3.6.3" }
 errorprone = { module = "com.google.errorprone:error_prone_core", version = 
"2.45.0" }

Review Comment:
   ```suggestion
   errorprone = { module = "com.google.errorprone:error_prone_core", version = 
"2.45.0" } # required by the polaris-java plugin
   ```



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