Commit 8bcba1b0 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 3dffb879f3703d6b5609ff64e0431d0a4ea2294e)
parent 8ce6562b
......@@ -70,7 +70,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" rev="2.7.18"/>
<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"/>
......@@ -122,12 +125,12 @@
<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="3.0.7.RELEASE"/>
<dependency org="org.springframework" name="spring-aop" rev="5.3.18"/>
<dependency org="org.springframework" name="spring-asm" rev="3.0.7.RELEASE"/>
<dependency org="org.springframework" name="spring-beans" rev="3.0.7.RELEASE"/>
<dependency org="org.springframework" name="spring-context" rev="3.0.7.RELEASE"/>
<dependency org="org.springframework" name="spring-core" rev="3.0.7.RELEASE"/>
<dependency org="org.springframework" name="spring-expression" rev="3.0.7.RELEASE"/>
<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-2.7.18.jar", "$stage_base_dir/opt/zimbra/lib/jars/cxf-2.7.18.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-1.5.2.jar", "$stage_base_dir/opt/zimbra/lib/jars/dom4j-1.5.2.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");
......@@ -201,12 +201,12 @@ sub stage_zimbra_core_lib($)
cpy_file("build/dist/smackx-3.1.0.jar", "$stage_base_dir/opt/zimbra/lib/jars/smackx-3.1.0.jar");
cpy_file("build/dist/smackx-debug-3.2.1.jar", "$stage_base_dir/opt/zimbra/lib/jars/smackx-debug-3.2.1.jar");
cpy_file("build/dist/smackx-jingle-3.2.1.jar", "$stage_base_dir/opt/zimbra/lib/jars/smackx-jingle-3.2.1.jar");
cpy_file("build/dist/spring-aop-3.0.7.RELEASE.jar", "$stage_base_dir/opt/zimbra/lib/jars/spring-aop-3.0.7.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-asm-3.0.7.RELEASE.jar", "$stage_base_dir/opt/zimbra/lib/jars/spring-asm-3.0.7.RELEASE.jar");
cpy_file("build/dist/spring-beans-3.0.7.RELEASE.jar", "$stage_base_dir/opt/zimbra/lib/jars/spring-beans-3.0.7.RELEASE.jar");
cpy_file("build/dist/spring-context-3.0.7.RELEASE.jar", "$stage_base_dir/opt/zimbra/lib/jars/spring-context-3.0.7.RELEASE.jar");
cpy_file("build/dist/spring-core-3.0.7.RELEASE.jar", "$stage_base_dir/opt/zimbra/lib/jars/spring-core-3.0.7.RELEASE.jar");
cpy_file("build/dist/spring-expression-3.0.7.RELEASE.jar", "$stage_base_dir/opt/zimbra/lib/jars/spring-expression-3.0.7.RELEASE.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