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/fcaf0032
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/fcaf0032
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/fcaf0032

Branch: refs/heads/3.0.x-fixes
Commit: fcaf0032840dcff8bcf363df14318e04010b9ae0
Parents: eecaebb
Author: Daniel Kulp <dk...@apache.org>
Authored: Thu Nov 13 11:42:39 2014 -0500
Committer: Daniel Kulp <dk...@apache.org>
Committed: Fri Nov 14 11:27:25 2014 -0500

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


http://git-wip-us.apache.org/repos/asf/cxf/blob/fcaf0032/distribution/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/pom.xml b/distribution/pom.xml
index 70167e2..8c31ab2 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -173,12 +173,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