Repository: camel
Updated Branches:
  refs/heads/master 8dc136747 -> 712378ab3


[CAMEL-10332] Define netty version in dependency management


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/712378ab
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/712378ab
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/712378ab

Branch: refs/heads/master
Commit: 712378ab35a860e2c197502bf65232f38c3dee02
Parents: 8dc1367
Author: Thomas Diesler <thomas.dies...@jboss.com>
Authored: Tue Sep 20 16:24:00 2016 +0200
Committer: Claus Ibsen <davscl...@apache.org>
Committed: Wed Sep 21 09:03:42 2016 +0200

----------------------------------------------------------------------
 components/camel-ahc/pom.xml    | 1 -
 components/camel-netty4/pom.xml | 1 -
 parent/pom.xml                  | 6 ++++++
 3 files changed, 6 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/712378ab/components/camel-ahc/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-ahc/pom.xml b/components/camel-ahc/pom.xml
index ea4cca1..a9cfd3e 100644
--- a/components/camel-ahc/pom.xml
+++ b/components/camel-ahc/pom.xml
@@ -48,7 +48,6 @@
     <dependency>
       <groupId>io.netty</groupId>
       <artifactId>netty-all</artifactId>
-      <version>${netty-version}</version>
     </dependency>
 
     <!-- testing -->

http://git-wip-us.apache.org/repos/asf/camel/blob/712378ab/components/camel-netty4/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-netty4/pom.xml b/components/camel-netty4/pom.xml
index 930a2d7..eaa7f64 100644
--- a/components/camel-netty4/pom.xml
+++ b/components/camel-netty4/pom.xml
@@ -43,7 +43,6 @@
     <dependency>
       <groupId>io.netty</groupId>
       <artifactId>netty-all</artifactId>
-      <version>${netty-version}</version>
     </dependency>
     <dependency>
       <groupId>commons-pool</groupId>

http://git-wip-us.apache.org/repos/asf/camel/blob/712378ab/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 6eafe10..de4bff8 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -3167,6 +3167,12 @@
         <version>${jackson2-version}</version>
       </dependency>
 
+      <dependency>
+        <groupId>io.netty</groupId>
+        <artifactId>netty-all</artifactId>
+        <version>${netty-version}</version>
+      </dependency>
+      
       <!-- abdera dependencies-->
       <dependency>
         <groupId>org.apache.abdera</groupId>

Reply via email to