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 4e4efcd3bb4c8fcd26c65b2a3faf7a5f7a281c6a
Author: Andriy Redko <[email protected]>
AuthorDate: Sat Aug 26 15:10:05 2023 -0400

    CXF-8873: Get rid of EasyMock in cxf-rt-rs-security-oauth2-saml
---
 rt/rs/security/oauth-parent/oauth2-saml/pom.xml | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/rt/rs/security/oauth-parent/oauth2-saml/pom.xml 
b/rt/rs/security/oauth-parent/oauth2-saml/pom.xml
index 8335c113f6..ac6dca7541 100644
--- a/rt/rs/security/oauth-parent/oauth2-saml/pom.xml
+++ b/rt/rs/security/oauth-parent/oauth2-saml/pom.xml
@@ -47,16 +47,5 @@
             <artifactId>cxf-rt-rs-security-xml</artifactId>
             <version>${project.version}</version>
         </dependency>
-        <!--test dependencies-->
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.easymock</groupId>
-            <artifactId>easymock</artifactId>
-            <scope>test</scope>
-        </dependency>
     </dependencies>
 </project>

Reply via email to