You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/09/21 09:49:26 UTC

[camel] branch master updated: Revert "Updating Avro to 1.9.2"

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

acosentino 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 5802b21  Revert "Updating Avro to 1.9.2"
5802b21 is described below

commit 5802b2193124f9b261bfc923cbc4ecbc3180c800
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Sep 21 11:48:31 2020 +0200

    Revert "Updating Avro to 1.9.2"
    
    This breaks the camel-avro Karaf feature. They are now dependant on servlet 4.x and this create dep chain problem.
    
    This reverts commit b0e2bfd9b7e64ebcf3a821fdc50b7748db4294bc.
---
 camel-dependencies/pom.xml | 6 +++---
 parent/pom.xml             | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 0f513d3..1d8c48e 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -65,9 +65,9 @@
     <atomix-catalyst-version>1.2.1</atomix-catalyst-version>
     <atomix-version>1.0.8</atomix-version>
     <avalon-version>4.3.1</avalon-version>
-    <avro-ipc-jetty-version>1.9.2</avro-ipc-jetty-version>
-    <avro-ipc-netty-version>1.9.2</avro-ipc-netty-version>
-    <avro-version>1.9.2</avro-version>
+    <avro-ipc-jetty-version>1.9.1</avro-ipc-jetty-version>
+    <avro-ipc-netty-version>1.9.1</avro-ipc-netty-version>
+    <avro-version>1.9.1</avro-version>
     <awaitility-version>4.0.3</awaitility-version>
     <aws-java-sdk-swf-libs>1.11.22</aws-java-sdk-swf-libs>
     <aws-java-sdk-version>1.11.714</aws-java-sdk-version>
diff --git a/parent/pom.xml b/parent/pom.xml
index eaa1a18..f0343a0 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -73,9 +73,9 @@
         <atomix-version>1.0.8</atomix-version>
         <atomix-catalyst-version>1.2.1</atomix-catalyst-version>
         <avalon-version>4.3.1</avalon-version>
-        <avro-version>1.9.2</avro-version>
-        <avro-ipc-jetty-version>1.9.2</avro-ipc-jetty-version>
-        <avro-ipc-netty-version>1.9.2</avro-ipc-netty-version>
+        <avro-version>1.9.1</avro-version>
+        <avro-ipc-jetty-version>1.9.1</avro-ipc-jetty-version>
+        <avro-ipc-netty-version>1.9.1</avro-ipc-netty-version>
         <awaitility-version>4.0.3</awaitility-version>
         <aws-java-sdk-version>1.11.714</aws-java-sdk-version>
         <aws-java-sdk2-version>2.14.21</aws-java-sdk2-version>