From a4ab0ae1522c9d7a19c62bd3e9cdbe70d746b7d3 Mon Sep 17 00:00:00 2001 From: Yogesh Dasi Date: Tue, 5 Apr 2022 17:37:16 +0530 Subject: [PATCH] ZCS-11282: updating apache cxf version --- ivy.xml | 18 +++++++++--------- pkg-builder.pl | 12 ++++++------ 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/ivy.xml b/ivy.xml index 7afabb9..938a344 100644 --- a/ivy.xml +++ b/ivy.xml @@ -68,10 +68,10 @@ - - - - + + + + @@ -121,11 +121,11 @@ - - - - - + + + + + diff --git a/pkg-builder.pl b/pkg-builder.pl index 7921e6a..25eb7ba 100755 --- a/pkg-builder.pl +++ b/pkg-builder.pl @@ -128,7 +128,7 @@ ($) cpy_file("build/dist/curator-framework-2.0.1-incubating.jar", "$stage_base_dir/opt/zimbra/lib/jars/curator-framework-2.0.1-incubating.jar"); cpy_file("build/dist/curator-recipes-2.0.1-incubating.jar", "$stage_base_dir/opt/zimbra/lib/jars/curator-recipes-2.0.1-incubating.jar"); cpy_file("build/dist/curator-x-discovery-2.0.1-incubating.jar", "$stage_base_dir/opt/zimbra/lib/jars/curator-x-discovery-2.0.1-incubating.jar"); - cpy_file("build/dist/cxf-core-3.3.4.jar", "$stage_base_dir/opt/zimbra/lib/jars/cxf-core-3.3.4.jar"); + cpy_file("build/dist/cxf-core-3.5.1.jar", "$stage_base_dir/opt/zimbra/lib/jars/cxf-core-3.5.1.jar"); cpy_file("build/dist/dom4j-2.1.1.jar", "$stage_base_dir/opt/zimbra/lib/jars/dom4j-2.1.1.jar"); cpy_file("build/dist/freemarker-2.3.19.jar", "$stage_base_dir/opt/zimbra/lib/jars/freemarker-2.3.19.jar"); cpy_file("build/dist/gifencoder-0.9.jar", "$stage_base_dir/opt/zimbra/lib/jars/gifencoder-0.9.jar"); @@ -197,11 +197,11 @@ ($) cpy_file("build/dist/policy-2.3.jar", "$stage_base_dir/opt/zimbra/lib/jars/policy-2.3.jar"); cpy_file("build/dist/slf4j-api-1.7.30.jar", "$stage_base_dir/opt/zimbra/lib/jars/slf4j-api-1.7.30.jar"); cpy_file("build/dist/slf4j-log4j12-1.7.30.jar", "$stage_base_dir/opt/zimbra/lib/jars/slf4j-log4j12-1.7.30.jar"); - cpy_file("build/dist/spring-aop-5.1.10.RELEASE.jar", "$stage_base_dir/opt/zimbra/lib/jars/spring-aop-5.1.10.RELEASE.jar"); - cpy_file("build/dist/spring-beans-5.1.10.RELEASE.jar", "$stage_base_dir/opt/zimbra/lib/jars/spring-beans-5.1.10.RELEASE.jar"); - cpy_file("build/dist/spring-context-5.1.10.RELEASE.jar", "$stage_base_dir/opt/zimbra/lib/jars/spring-context-5.1.10.RELEASE.jar"); - cpy_file("build/dist/spring-core-5.1.10.RELEASE.jar", "$stage_base_dir/opt/zimbra/lib/jars/spring-core-5.1.10.RELEASE.jar"); - cpy_file("build/dist/spring-expression-5.1.10.RELEASE.jar", "$stage_base_dir/opt/zimbra/lib/jars/spring-expression-5.1.10.RELEASE.jar"); + cpy_file("build/dist/spring-aop-5.3.18.jar", "$stage_base_dir/opt/zimbra/lib/jars/spring-aop-5.3.18.jar"); + cpy_file("build/dist/spring-beans-5.3.18.jar", "$stage_base_dir/opt/zimbra/lib/jars/spring-beans-5.3.18.jar"); + cpy_file("build/dist/spring-context-5.3.18.jar", "$stage_base_dir/opt/zimbra/lib/jars/spring-context-5.3.18.jar"); + cpy_file("build/dist/spring-core-5.3.18.jar", "$stage_base_dir/opt/zimbra/lib/jars/spring-core-5.3.18.jar"); + cpy_file("build/dist/spring-expression-5.3.18.jar", "$stage_base_dir/opt/zimbra/lib/jars/spring-expression-5.3.18.jar"); cpy_file("build/dist/spymemcached-2.12.1.jar", "$stage_base_dir/opt/zimbra/lib/jars/spymemcached-2.12.1.jar"); cpy_file("build/dist/jedis-2.9.0.jar", "$stage_base_dir/opt/zimbra/lib/jars/jedis-2.9.0.jar"); cpy_file("build/dist/commons-pool2-2.4.2.jar", "$stage_base_dir/opt/zimbra/lib/jars/commons-pool2-2.4.2.jar");