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 6f950f663e0f2689fc39449f0acf01dc4ce1dd1f
Author: Andriy Redko <[email protected]>
AuthorDate: Sat Aug 26 15:30:12 2023 -0400

    CXF-8849: Get rid of EasyMock in cxf-rt-features-clustering
    
    (cherry picked from commit 95ec0e255b87b7aa946ebfaa1189344513aad245)
---
 rt/features/clustering/pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/rt/features/clustering/pom.xml b/rt/features/clustering/pom.xml
index de62d6d902..199a9280a0 100644
--- a/rt/features/clustering/pom.xml
+++ b/rt/features/clustering/pom.xml
@@ -52,11 +52,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-core</artifactId>

Reply via email to