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
The following commit(s) were added to refs/heads/3.6.x-fixes by this push:
new 90aa6eade7 CXF-8867: Get rid of EasyMock in cxf-rt-rs-client
90aa6eade7 is described below
commit 90aa6eade7b99c2f81c8f01ba037d811f13b5706
Author: Andriy Redko <[email protected]>
AuthorDate: Tue Aug 29 07:49:40 2023 -0400
CXF-8867: Get rid of EasyMock in cxf-rt-rs-client
(cherry picked from commit 3c0e108681ff5a208e8ea7d2afe8639b9dfdc774)
---
rt/rs/client/pom.xml | 5 -----
1 file changed, 5 deletions(-)
diff --git a/rt/rs/client/pom.xml b/rt/rs/client/pom.xml
index 60e8e2f483..3260461049 100644
--- a/rt/rs/client/pom.xml
+++ b/rt/rs/client/pom.xml
@@ -115,11 +115,6 @@
<scope>provided</scope>
<optional>true</optional>
</dependency>
- <dependency>
- <groupId>org.easymock</groupId>
- <artifactId>easymock</artifactId>
- <scope>test</scope>
- </dependency>
<dependency>
<groupId>cglib</groupId>
<artifactId>cglib-nodep</artifactId>