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
commit 95ec0e255b87b7aa946ebfaa1189344513aad245 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 --- 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 9c44fdd608..2760154756 100644 --- a/rt/features/clustering/pom.xml +++ b/rt/features/clustering/pom.xml @@ -46,11 +46,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>
