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 bdb00f30f433d3e2074ad3d2a20cfc51faa443b4 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 --- 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 d4afb5f0c1..4f2fced6bf 100644 --- a/rt/rs/security/sso/oidc/pom.xml +++ b/rt/rs/security/sso/oidc/pom.xml @@ -61,11 +61,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>
