This is an automated email from the ASF dual-hosted git repository.

reta pushed a commit to branch 3.6.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit e53348108f65e03e1d990498d93653f0faa23fc9
Author: Andriy Redko <drr...@gmail.com>
AuthorDate: Thu Aug 10 10:25:11 2023 -0400

    CXF-8877: Get rid of EasyMock in cxf-rt-transports-http-netty-client (#1375)
    
    (cherry picked from commit 8b94d54421030c514c9d81d518ddd60872475fe6)
---
 rt/transports/http-netty/netty-client/pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/rt/transports/http-netty/netty-client/pom.xml 
b/rt/transports/http-netty/netty-client/pom.xml
index 7a9a94bfcb..f028f50c6b 100644
--- a/rt/transports/http-netty/netty-client/pom.xml
+++ b/rt/transports/http-netty/netty-client/pom.xml
@@ -75,11 +75,6 @@
             <artifactId>junit</artifactId>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>org.easymock</groupId>
-            <artifactId>easymock</artifactId>
-            <scope>test</scope>
-        </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-testutils</artifactId>

Reply via email to