You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by ff...@apache.org on 2018/10/30 11:14:40 UTC

[cxf] branch master updated: upgrade to asm 6.2.1 with can work with easymock 4.0

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

ffang 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 5a72b41  upgrade to asm 6.2.1 with can work with easymock 4.0
5a72b41 is described below

commit 5a72b4170110d58fb6186fd7ce9f5339b9550f5e
Author: Freeman Fang <fr...@gmail.com>
AuthorDate: Tue Oct 30 19:14:26 2018 +0800

    upgrade to asm 6.2.1 with can work with easymock 4.0
---
 parent/pom.xml | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index ebeb2cc..0db7510 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -48,7 +48,7 @@
         <!-- stuff related to ASM -->
         <cxf.asm.groupId>org.ow2.asm</cxf.asm.groupId>
         <cxf.asm.artifactId>asm</cxf.asm.artifactId>
-        <cxf.asm.version>6.2</cxf.asm.version>
+        <cxf.asm.version>6.2.1</cxf.asm.version>
         <cxf.osgi.asm.version>[3.0,7)</cxf.osgi.asm.version>
         <cxf.easymock.version>3.6</cxf.easymock.version>
         <!-- OSGi related properties -->
@@ -2877,11 +2877,8 @@
         <profile>
 	    <id>java9-plus</id>
 	    <properties>
-                <cxf.xjc-utils.version>3.2.3-SNAPSHOT</cxf.xjc-utils.version>
+                <cxf.xjc-utils.version>3.2.3</cxf.xjc-utils.version>
                 <cxf.jaxb.version>2.3.0</cxf.jaxb.version>
-                <cxf.asm.version>6.2</cxf.asm.version>
-                <cxf.easymock.version>3.6</cxf.easymock.version>
-                <cxf.karaf.version>4.2.2-SNAPSHOT</cxf.karaf.version>
                 <cxf.pax.exam.version>4.13.0-SNAPSHOT</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 [...]
                 <cxf.surefire.fork.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.base [...]