You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2023/01/08 20:29:38 UTC

[cxf] branch main updated: Revert "Update EasyMock to 5.1.0"

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 0fcbc5360a Revert "Update EasyMock to 5.1.0"
0fcbc5360a is described below

commit 0fcbc5360a2a2ad6738874c46db48d63ff846a9a
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Sun Jan 8 15:29:12 2023 -0500

    Revert "Update EasyMock to 5.1.0"
    
    This reverts commit 2d5d085df8621805ff33640f7aa43b47d098622d.
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 4ae3cfcac6..c29dec8fd5 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -55,7 +55,7 @@
         <cxf.asm.groupId>org.ow2.asm</cxf.asm.groupId>
         <cxf.asm.artifactId>asm</cxf.asm.artifactId>
         <cxf.asm.version>9.4</cxf.asm.version>
-        <cxf.easymock.version>5.1.0</cxf.easymock.version>
+        <cxf.easymock.version>5.0.1</cxf.easymock.version>
 
         <!-- please maintain alphabetical order here -->
         <cxf.activemq.artemis.version>2.27.1</cxf.activemq.artemis.version>