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 bdbdda1063e92f3efa6d6cedba2023d1e69b27fb Author: Andriy Redko <[email protected]> AuthorDate: Sat Aug 26 15:31:13 2023 -0400 CXF-8851: Get rid of EasyMock in cxf-rt-features-throttling --- rt/features/throttling/pom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/rt/features/throttling/pom.xml b/rt/features/throttling/pom.xml index e1ca33832a..0773a7dc9f 100644 --- a/rt/features/throttling/pom.xml +++ b/rt/features/throttling/pom.xml @@ -30,11 +30,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-rt-frontend-jaxws</artifactId>
