Remove the netty libs from lib (but keep the CXF plugins which should now be 
properly optional based on presense of netty libs).  Need to make sure Netty 
transport is not picked up by default due to issues.


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

Branch: refs/heads/master
Commit: 4505b6b49200183998a46f42459bd17c376c80ea
Parents: 82d73de
Author: Daniel Kulp <dk...@apache.org>
Authored: Thu Nov 13 11:42:39 2014 -0500
Committer: Daniel Kulp <dk...@apache.org>
Committed: Thu Nov 13 13:19:43 2014 -0500

----------------------------------------------------------------------
 distribution/pom.xml | 10 ++++++++++
 1 file changed, 10 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/4505b6b4/distribution/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/pom.xml b/distribution/pom.xml
index c2865bd..a890548 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -169,12 +169,22 @@
                     <groupId>org.apache.geronimo.specs</groupId>
                     <artifactId>geronimo-servlet_2.5_spec</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>io.netty</groupId>
+                    <artifactId>netty-codec-http</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>
         <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>cxf-rt-transports-http-netty-client</artifactId>
             <version>${project.version}</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>io.netty</groupId>
+                    <artifactId>netty-codec-http</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>

Reply via email to