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 30652e492955b14354f2aa3cb9175b58d9d430a3
Author: Andriy Redko <[email protected]>
AuthorDate: Thu Aug 31 16:35:52 2023 -0400

    CXF-8549: Get rid of EasyMock (#1411)
    
    (cherry picked from commit 3ce2db9d160b107c41c5bcee595ee13d862b7b88)
    
    # Conflicts:
    #       parent/pom.xml
---
 parent/pom.xml | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index bd476085a5..3cd796a1a1 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -58,7 +58,6 @@
         <cxf.asm.artifactId>asm</cxf.asm.artifactId>
         <cxf.asm.version>9.5</cxf.asm.version>
         <cxf.osgi.asm.version>[3.0,10)</cxf.osgi.asm.version>
-        <cxf.easymock.version>5.1.0</cxf.easymock.version>
         <!-- OSGi related properties -->
         <cxf.fragment.host />
         <cxf.bundle.activation.policy>lazy</cxf.bundle.activation.policy>
@@ -1557,12 +1556,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.jaxrs</groupId>
                 <artifactId>jackson-jaxrs-json-provider</artifactId>
@@ -2252,7 +2245,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.xml/javax.xml.namespace=ALL-UNNAMED --add-opens 
java.xml/com.sun.org.apache.xerces.internal.dom=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>

Reply via email to