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 c3bbfbcfa2a55fecb6d47098d11d2f529f13af5f Author: Andriy Redko <[email protected]> AuthorDate: Sat Aug 26 15:28:40 2023 -0400 CXF-8850: Get rid of EasyMock in cxf-rt-features-logging (cherry picked from commit ca217648447cbe7b3f1b23749a4406bfb3cae298) --- rt/features/logging/pom.xml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/rt/features/logging/pom.xml b/rt/features/logging/pom.xml index 648b481ee6..8890314f44 100644 --- a/rt/features/logging/pom.xml +++ b/rt/features/logging/pom.xml @@ -55,10 +55,5 @@ <artifactId>junit</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>org.easymock</groupId> - <artifactId>easymock</artifactId> - <scope>test</scope> - </dependency> </dependencies> </project>
