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
The following commit(s) were added to refs/heads/main by this push:
new 3ce2db9d16 CXF-8549: Get rid of EasyMock (#1411)
3ce2db9d16 is described below
commit 3ce2db9d160b107c41c5bcee595ee13d862b7b88
Author: Andriy Redko <[email protected]>
AuthorDate: Thu Aug 31 16:35:52 2023 -0400
CXF-8549: Get rid of EasyMock (#1411)
---
parent/pom.xml | 8 --------
1 file changed, 8 deletions(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index 7f261bbf18..1e23ae653f 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -57,7 +57,6 @@
<cxf.asm.groupId>org.ow2.asm</cxf.asm.groupId>
<cxf.asm.artifactId>asm</cxf.asm.artifactId>
<cxf.asm.version>9.5</cxf.asm.version>
- <cxf.easymock.version>5.1.0</cxf.easymock.version>
<!-- OSGi related properties -->
<cxf.fragment.host />
@@ -1524,12 +1523,6 @@
</exclusion>
</exclusions>
</dependency>
- <dependency>
- <groupId>org.easymock</groupId>
- <artifactId>easymock</artifactId>
- <version>${cxf.easymock.version}</version>
- <scope>test</scope>
- </dependency>
<dependency>
<groupId>com.fasterxml.jackson.jakarta.rs</groupId>
<artifactId>jackson-jakarta-rs-json-provider</artifactId>
@@ -2257,7 +2250,6 @@
<jdk>[16,)</jdk>
</activation>
<properties>
- <!-- EasyMock stills uses JDK Internal APIs: see please
https://bugs.openjdk.java.net/browse/JDK-8255363 -->
<!-- JAXB: see please
https://github.com/javaee/jaxb-v2/issues/1184 -->
<cxf.surefire.fork.vmargs>-ea --add-opens
java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.net=ALL-UNNAMED
--add-opens
java.base/sun.net.www.protocol.https=ALL-UNNAMED</cxf.surefire.fork.vmargs>
</properties>