Commit 9f5d7ba6 authored by Yogesh Dasi's avatar Yogesh Dasi
Browse files

ZCS-11282: updating apache cxf version

(cherry picked from commit d38c0f2b4be80bba5f41f62a09d65b9d80b8629c)
(cherry picked from commit 4f315ffab371ff90fb768dd331f59fc630ac01d0)
parent b8b52761
......@@ -68,10 +68,10 @@
<dependency org="org.apache.curator" name="curator-framework" rev="2.0.1-incubating"/>
<dependency org="org.apache.curator" name="curator-recipes" rev="2.0.1-incubating"/>
<dependency org="org.apache.curator" name="curator-x-discovery" rev="2.0.1-incubating"/>
<dependency org="org.apache.cxf" name="cxf-core" rev="3.3.4" />
<dependency org="org.apache.cxf" name="cxf-rt-frontend-jaxws" rev="3.3.4" />
<dependency org="org.apache.cxf" name="cxf-rt-transports-http" rev="3.3.4" />
<dependency org="org.apache.cxf" name="cxf-rt-bindings-soap" rev="3.3.4" />
<dependency org="org.apache.cxf" name="cxf-core" rev="3.5.1" />
<dependency org="org.apache.cxf" name="cxf-rt-frontend-jaxws" rev="3.5.1" />
<dependency org="org.apache.cxf" name="cxf-rt-transports-http" rev="3.5.1" />
<dependency org="org.apache.cxf" name="cxf-rt-bindings-soap" rev="3.5.1" />
<dependency org="org.apache.helix" name="helix-core" rev="0.6.1-incubating"/>
<dependency org="org.apache.httpcomponents" name="httpasyncclient" rev="4.1.4"/>
<dependency org="org.apache.httpcomponents" name="httpclient" rev="4.5.8"/>
......@@ -121,11 +121,11 @@
<dependency org="org.scijava" name="native-lib-loader" rev="2.3.5"/>
<dependency org="org.slf4j" name="slf4j-api" rev="1.7.30"/>
<dependency org="org.slf4j" name="slf4j-log4j12" rev="1.7.30"/>
<dependency org="org.springframework" name="spring-aop" rev="5.1.10.RELEASE"/>
<dependency org="org.springframework" name="spring-beans" rev="5.1.10.RELEASE"/>
<dependency org="org.springframework" name="spring-context" rev="5.1.10.RELEASE"/>
<dependency org="org.springframework" name="spring-core" rev="5.1.10.RELEASE"/>
<dependency org="org.springframework" name="spring-expression" rev="5.1.10.RELEASE"/>
<dependency org="org.springframework" name="spring-aop" rev="5.3.18"/>
<dependency org="org.springframework" name="spring-beans" rev="5.3.18"/>
<dependency org="org.springframework" name="spring-context" rev="5.3.18"/>
<dependency org="org.springframework" name="spring-core" rev="5.3.18"/>
<dependency org="org.springframework" name="spring-expression" rev="5.3.18"/>
<dependency org="org.syslog4j" name="syslog4j" rev="0.9.46" transitive="false"/>
<dependency org="org.xerial" name="sqlite-jdbc" rev="3.7.15-M1"/>
<dependency org="redis.clients" name="jedis" rev="2.9.0"/>
......
......@@ -128,7 +128,7 @@ sub stage_zimbra_core_lib($)
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");
......@@ -195,13 +195,13 @@ sub stage_zimbra_core_lib($)
cpy_file("build/dist/batik-util-1.14.jar", "$stage_base_dir/opt/zimbra/lib/jars/batik-util-1.14.jar");
cpy_file("build/dist/sac-1.3.jar", "$stage_base_dir/opt/zimbra/lib/jars/sac-1.3.jar");
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/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.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");
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment