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 d705cd6f640c93a884c0c7d4aab42397b7785410
Author: Andriy Redko <[email protected]>
AuthorDate: Sat Aug 26 15:11:50 2023 -0400

    CXF-8874: Get rid of EasyMock in cxf-rt-rs-security-sso-oidc
    
    (cherry picked from commit bdb00f30f433d3e2074ad3d2a20cfc51faa443b4)
---
 rt/rs/security/sso/oidc/pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/rt/rs/security/sso/oidc/pom.xml b/rt/rs/security/sso/oidc/pom.xml
index 78bb8c4c9f..3535164cc1 100644
--- a/rt/rs/security/sso/oidc/pom.xml
+++ b/rt/rs/security/sso/oidc/pom.xml
@@ -62,11 +62,6 @@
       <artifactId>junit</artifactId>
       <scope>test</scope>
     </dependency>
-    <dependency>
-      <groupId>org.easymock</groupId>
-      <artifactId>easymock</artifactId>
-      <scope>test</scope>
-    </dependency>
     <dependency>
       <groupId>org.hsqldb</groupId>
       <artifactId>hsqldb</artifactId>

Reply via email to