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 a26dea8c265b43da8b766d314bb2d42a6896674c Author: Andriy Redko <[email protected]> AuthorDate: Thu Aug 31 11:56:58 2023 -0400 CXF-8921: Get rid of EasyMock in cxf-rt-rs-service-description-swagger --- rt/rs/description-swagger/pom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/rt/rs/description-swagger/pom.xml b/rt/rs/description-swagger/pom.xml index 91ba4e2274..fa902bf6c9 100644 --- a/rt/rs/description-swagger/pom.xml +++ b/rt/rs/description-swagger/pom.xml @@ -91,10 +91,5 @@ <scope>provided</scope> <optional>true</optional> </dependency> - <dependency> - <groupId>org.easymock</groupId> - <artifactId>easymock</artifactId> - <scope>test</scope> - </dependency> </dependencies> </project>
