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 2015/09/23 11:35:52 UTC

[16/16] camel git commit: netty-all has all the http codec so no need for other JARs

netty-all has all the http codec so no need for other JARs


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

Branch: refs/heads/master
Commit: e98a801b54699581046e12ac0157042553a6a29e
Parents: 17ef02f
Author: Claus Ibsen <da...@apache.org>
Authored: Wed Sep 23 11:36:11 2015 +0200
Committer: Claus Ibsen <da...@apache.org>
Committed: Wed Sep 23 11:36:11 2015 +0200

----------------------------------------------------------------------
 components/camel-netty4-http/pom.xml | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/e98a801b/components/camel-netty4-http/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-netty4-http/pom.xml b/components/camel-netty4-http/pom.xml
index f5942eb..ee2ae7b 100644
--- a/components/camel-netty4-http/pom.xml
+++ b/components/camel-netty4-http/pom.xml
@@ -41,12 +41,8 @@
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-netty4</artifactId>
     </dependency>
-    <dependency>
-      <groupId>io.netty</groupId>
-      <artifactId>netty-codec-http</artifactId>
-      <version>${netty-version}</version>
-    </dependency>
-
+    <!-- we use netty-all as dependency which has HTTP included -->
+ 
     <!-- testing -->
     <dependency>
       <groupId>com.jcraft</groupId>