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 ca217648447cbe7b3f1b23749a4406bfb3cae298 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 --- 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 3d1e8874e7..6547aca5aa 100644 --- a/rt/features/logging/pom.xml +++ b/rt/features/logging/pom.xml @@ -41,10 +41,5 @@ <artifactId>junit</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>org.easymock</groupId> - <artifactId>easymock</artifactId> - <scope>test</scope> - </dependency> </dependencies> </project>
