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

aldettinger pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new c30f5d64f26 CAMEL-18246: Upgrade hadoop-common version in camel-gora
c30f5d64f26 is described below

commit c30f5d64f269cfae90e45d0a9a7a497f92ab8b6a
Author: aldettinger <[email protected]>
AuthorDate: Thu Jun 30 10:06:33 2022 +0200

    CAMEL-18246: Upgrade hadoop-common version in camel-gora
---
 components/camel-gora/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/components/camel-gora/pom.xml b/components/camel-gora/pom.xml
index 32c60bdaa24..c3e26446667 100644
--- a/components/camel-gora/pom.xml
+++ b/components/camel-gora/pom.xml
@@ -71,6 +71,11 @@
         </dependency>
 
         <!-- apache gora -->
+        <dependency>
+            <groupId>org.apache.hadoop</groupId>
+            <artifactId>hadoop-common</artifactId>
+            <version>3.2.3</version>
+        </dependency>
         <dependency>
             <groupId>org.apache.gora</groupId>
             <artifactId>gora-core</artifactId>

Reply via email to