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

commit 7b3e5b96d8a1db7a875a3d04344840a75dcfdc3c
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Fri May 17 10:06:43 2019 +0200

    CAMEL-13538 - Added property placeholders for avro-ipc-netty and 
avro-ipc-jetty
---
 components/camel-avro/pom.xml | 4 ++--
 parent/pom.xml                | 3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/components/camel-avro/pom.xml b/components/camel-avro/pom.xml
index 98bb1eb..7acac0f 100644
--- a/components/camel-avro/pom.xml
+++ b/components/camel-avro/pom.xml
@@ -72,12 +72,12 @@
         <dependency>
             <groupId>org.apache.avro</groupId>
             <artifactId>avro-ipc-netty</artifactId>
-            <version>${avro-version}</version>
+            <version>${avro-ipc-netty-version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.avro</groupId>
             <artifactId>avro-ipc-jetty</artifactId>
-            <version>${avro-version}</version>
+            <version>${avro-ipc-jetty-version}</version>
         </dependency>
 
         <!-- testing -->
diff --git a/parent/pom.xml b/parent/pom.xml
index cd983b0..a34e3d8 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -80,6 +80,9 @@
         <avalon-bundle-version>4.3.1_1</avalon-bundle-version>
         <avalon-version>4.3.1</avalon-version>
         <avro-version>1.9.0</avro-version>
+        <avro-ipc-jetty-version>1.9.0</avro-ipc-jetty-version>
+        <avro-ipc-netty-version>1.9.0</avro-ipc-netty-version>
+        <!-- these two avro bundles relates to camel-hdfs2 karaf feature -->
         <avro-bundle-version>1.8.2_1</avro-bundle-version>
         <avro-ipc-bundle-version>1.8.2_1</avro-ipc-bundle-version>
         <awaitility-version>3.1.6</awaitility-version>

Reply via email to