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 2012/05/27 11:49:44 UTC

svn commit: r1343018 - /camel/trunk/components/camel-ahc/pom.xml

Author: davsclaus
Date: Sun May 27 09:49:43 2012
New Revision: 1343018

URL: http://svn.apache.org/viewvc?rev=1343018&view=rev
Log:
camel-ahc use the netty version defined in parent pom

Modified:
    camel/trunk/components/camel-ahc/pom.xml

Modified: camel/trunk/components/camel-ahc/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-ahc/pom.xml?rev=1343018&r1=1343017&r2=1343018&view=diff
==============================================================================
--- camel/trunk/components/camel-ahc/pom.xml (original)
+++ camel/trunk/components/camel-ahc/pom.xml Sun May 27 09:49:43 2012
@@ -45,6 +45,17 @@
       <groupId>com.ning</groupId>
       <artifactId>async-http-client</artifactId>
       <version>${ahc-version}</version>
+      <exclusions>
+        <exclusion>
+          <groupId>io.netty</groupId>
+          <artifactId>netty</artifactId>
+        </exclusion>
+      </exclusions>
+    </dependency>
+    <dependency>
+      <groupId>io.netty</groupId>
+      <artifactId>netty</artifactId>
+      <version>${netty-version}</version>
     </dependency>
 
     <!-- testing -->