Commit 386ad114 authored by Aumin Patel's avatar Aumin Patel Committed by Saket Patel
Browse files

ZBUG-2076 : adding eu.bitwalker library

parent 2261acfd
......@@ -156,6 +156,7 @@
<dependency org="org.apache.xmlgraphics" name="batik-i18n" rev="1.9"/>
<dependency org="org.apache.xmlgraphics" name="batik-util" rev="1.8"/>
<dependency org="org.apache.tika" name="tika-app" rev="1.24.1"/>
<dependency org="eu.bitwalker" name="UserAgentUtils" rev="1.21"/>
<exclude org="com.noelios.restlet" module="com.noelios.restlet"/>
<exclude org="javax.sql" module="jdbc-stdext"/>
<exclude org="javax.transaction" module="jta"/>
......
......@@ -229,6 +229,7 @@ sub stage_zimbra_core_lib($)
cpy_file("build/dist/resolver-20050927.jar", "$stage_base_dir/opt/zimbra/lib/jars/resolver-20050927.jar");
cpy_file("build/dist/javax.annotation-api-1.2.jar", "$stage_base_dir/opt/zimbra/lib/jars/javax.annotation-api-1.2.jar");
cpy_file("build/dist/apache-jsp-9.4.18.v20190429.jar", "$stage_base_dir/opt/zimbra/lib/jars/apache-jsp-9.4.18.v20190429.jar");
cpy_file("build/dist/UserAgentUtils-1.21.jar", "$stage_base_dir/opt/zimbra/lib/jars/UserAgentUtils-1.21.jar");
return ["."];
}
......@@ -309,6 +310,7 @@ sub stage_zimbra_store_lib($)
cpy_file("build/dist/jaxws-api-2.3.1.jar", "$stage_base_dir/opt/zimbra/jetty_base/common/lib/jaxws-api-2.3.1.jar");
cpy_file("build/dist/saaj-impl-1.5.1.jar", "$stage_base_dir/opt/zimbra/lib/ext-common/saaj-impl-1.5.1.jar");
cpy_file("build/dist/antisamy-1.5.8z.jar", "$stage_base_dir/opt/zimbra/jetty_base/webapps/service/WEB-INF/lib/antisamy-1.5.8z.jar");
cpy_file("build/dist/UserAgentUtils-1.21.jar", "$stage_base_dir/opt/zimbra/jetty_base/common/lib/UserAgentUtils-1.21.jar");
return ["."];
}
......
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