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 a4bcbe87bd CXF-8852: Get rid of EasyMock in
cxf-services-xkms-x509-repo-ldap
a4bcbe87bd is described below
commit a4bcbe87bdc69af1bd3367089d1be4bcaa66282e
Author: Andriy Redko <[email protected]>
AuthorDate: Sun Aug 27 12:02:32 2023 -0400
CXF-8852: Get rid of EasyMock in cxf-services-xkms-x509-repo-ldap
(cherry picked from commit c50f2765227f541d65cb36ec099218e7b0fe0e75)
---
services/xkms/xkms-x509-repo-ldap/pom.xml | 11 -----------
1 file changed, 11 deletions(-)
diff --git a/services/xkms/xkms-x509-repo-ldap/pom.xml
b/services/xkms/xkms-x509-repo-ldap/pom.xml
index c965d1a7b4..8860594c19 100644
--- a/services/xkms/xkms-x509-repo-ldap/pom.xml
+++ b/services/xkms/xkms-x509-repo-ldap/pom.xml
@@ -22,17 +22,6 @@
<artifactId>cxf-services-xkms-common</artifactId>
<version>${project.version}</version>
</dependency>
-
- <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>
\ No newline at end of file