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

reta pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/main by this push:
     new 8b94d54421 CXF-8877: Get rid of EasyMock in 
cxf-rt-transports-http-netty-client (#1375)
8b94d54421 is described below

commit 8b94d54421030c514c9d81d518ddd60872475fe6
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)
---
 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 80dc29aad3..0e9703b8d2 100644
--- a/rt/transports/http-netty/netty-client/pom.xml
+++ b/rt/transports/http-netty/netty-client/pom.xml
@@ -74,11 +74,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