This is an automated email from the ASF dual-hosted git repository.
hansva pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/hop.git
The following commit(s) were added to refs/heads/main by this push:
new ce425f8283 remove an other high CVE, #6423 (#6436)
ce425f8283 is described below
commit ce425f8283d197481368e2fd71c329c482885fff
Author: Hans Van Akelyen <[email protected]>
AuthorDate: Wed Jan 21 10:38:49 2026 +0100
remove an other high CVE, #6423 (#6436)
---
plugins/engines/beam/pom.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/plugins/engines/beam/pom.xml b/plugins/engines/beam/pom.xml
index 4f467b4a7c..70c989c929 100644
--- a/plugins/engines/beam/pom.xml
+++ b/plugins/engines/beam/pom.xml
@@ -1369,6 +1369,10 @@
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-common</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.apache.hadoop</groupId>
+ <artifactId>hadoop-hdfs</artifactId>
+ </exclusion>
<exclusion>
<groupId>org.apache.hive</groupId>
<artifactId>*</artifactId>