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 2018/09/21 14:01:18 UTC

[cxf] branch master updated: Temporarily changing EasyMock to 3.6 to let JDK 9/10 builds to pass through (java9-plus profile only)

This is an automated email from the ASF dual-hosted git repository.

reta pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/master by this push:
     new 07251d6  Temporarily changing EasyMock to 3.6 to let JDK 9/10 builds to pass through (java9-plus profile only)
07251d6 is described below

commit 07251d65ed30455dd982fdbe694aab419d2fbfcb
Author: reta <dr...@gmail.com>
AuthorDate: Fri Sep 21 10:00:46 2018 -0400

    Temporarily changing EasyMock to 3.6 to let JDK 9/10 builds to pass through (java9-plus profile only)
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 0351945..b28143f 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -2880,7 +2880,7 @@
 	    <properties>
                 <cxf.xjc-utils.version>3.2.3-SNAPSHOT</cxf.xjc-utils.version>
                 <cxf.asm.version>6.2</cxf.asm.version>
-                <cxf.easymock.version>3.7-SNAPSHOT</cxf.easymock.version>
+                <cxf.easymock.version>3.6</cxf.easymock.version>
                 <cxf.karaf.version>4.2.1</cxf.karaf.version>
                 <cxf.pax.exam.version>4.12.0</cxf.pax.exam.version>
                 <cxf.server.launcher.vmargs>-ea --add-exports=java.naming/com.sun.jndi.ldap=ALL-UNNAMED --add-exports=java.base/java.io=ALL-UNNAMED --add-opens java.rmi/sun.rmi.transport=ALL-UNNAMED --add-opens java.base/java.nio=ALL-UNNAMED --add-opens java.base/java.lang.reflect=ALL-UNNAMED --add-opens java.base/java.security=ALL-UNNAMED --add-opens java.base/java.net=ALL-UNNAMED --add-opens java.base/java.lang=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED --add-opens java.ba [...]