You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2020/03/27 10:41:50 UTC

[camel] branch master updated: Upgrade hadoop

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 3214dd4  Upgrade hadoop
3214dd4 is described below

commit 3214dd447e54e8712e790ed1127b2b3dab4160e7
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Fri Mar 27 11:40:16 2020 +0100

    Upgrade hadoop
---
 parent/pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 9d8077a..0eccf48 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -268,9 +268,8 @@
         <guava-eventbus-version>28.2-jre</guava-eventbus-version>
         <guice3-version>3.0</guice3-version>
         <guice-bundle-version>3.0_1</guice-bundle-version>
-        <hadoop-bundle-version>1.2.1_1</hadoop-bundle-version>
         <hadoop2-bundle-version>2.7.7_1</hadoop2-bundle-version>
-        <hadoop2-version>2.7.7</hadoop2-version>
+        <hadoop2-version>2.10.0</hadoop2-version>
         <hadoop2-protobuf-version>2.5.0</hadoop2-protobuf-version>
         <hamcrest-version>2.2</hamcrest-version>
         <hapi-version>2.3</hapi-version>