This is an automated email from the ASF dual-hosted git repository.

tvalentyn pushed a commit to branch tvalentyn-patch-1
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 267106d1d09555dee82d265c3eedb1aee0c64fcb
Author: tvalentyn <[email protected]>
AuthorDate: Mon Dec 13 11:08:59 2021 -0800

    Removes the comment that seems no longer relevant.
---
 sdks/java/io/hcatalog/build.gradle | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/sdks/java/io/hcatalog/build.gradle 
b/sdks/java/io/hcatalog/build.gradle
index e76bc3b..87c687a2 100644
--- a/sdks/java/io/hcatalog/build.gradle
+++ b/sdks/java/io/hcatalog/build.gradle
@@ -44,9 +44,6 @@ test {
 configurations.testRuntimeClasspath {
   resolutionStrategy {
     def log4j_version = "2.15.0"
-    // Beam's build system forces a uniform log4j version resolution for all 
modules, however for
-    // the HCatalog case the current version of log4j produces 
NoClassDefFoundError so we need to
-    // force an old version on the tests runtime classpath
     force "org.apache.logging.log4j:log4j-api:${log4j_version}"
     force "org.apache.logging.log4j:log4j-core:${log4j_version}"
   }

Reply via email to