You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by ni...@apache.org on 2013/07/02 10:39:35 UTC

svn commit: r1498837 - /cxf/trunk/rt/transports/http-netty/netty-client/pom.xml

Author: ningjiang
Date: Tue Jul  2 08:39:35 2013
New Revision: 1498837

URL: http://svn.apache.org/r1498837
Log:
CXF-5042 fixed the unit test error of SSLNettyClientTest

Modified:
    cxf/trunk/rt/transports/http-netty/netty-client/pom.xml

Modified: cxf/trunk/rt/transports/http-netty/netty-client/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/rt/transports/http-netty/netty-client/pom.xml?rev=1498837&r1=1498836&r2=1498837&view=diff
==============================================================================
--- cxf/trunk/rt/transports/http-netty/netty-client/pom.xml (original)
+++ cxf/trunk/rt/transports/http-netty/netty-client/pom.xml Tue Jul  2 08:39:35 2013
@@ -55,6 +55,22 @@
             <groupId>io.netty</groupId>
             <artifactId>netty</artifactId>
         </dependency>
+        
+         <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-core</artifactId>
+            <optional>true</optional>
+        </dependency>
+        <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-beans</artifactId>
+            <optional>true</optional>
+        </dependency>
+        <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-context</artifactId>
+            <optional>true</optional>
+        </dependency>
 
         <dependency>
             <!-- we don't implement the servlet 3.0 specification here -->