Skip to content

Commit

Permalink
ZCS-11826:Added dependencies for Open IO support
Browse files Browse the repository at this point in the history
  • Loading branch information
umagmrit authored and gautamdg committed Aug 3, 2022
1 parent 713e9c4 commit 0696ac1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ivy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,8 @@
<dependency org="com.zaxxer" name="SparseBitSet" rev="1.2"/>
<dependency org="com.drewnoakes" name="metadata-extractor" rev="2.16.0"/>
<dependency org="com.adobe.xmp" name="xmpcore" rev="6.1.11"/>
<dependency org="io.openio.sds" name="openio-api" rev="2.0.3"/>
<dependency org="com.google.code.gson" name="gson" rev="2.8.2"/>
<exclude org="com.noelios.restlet" module="com.noelios.restlet"/>
<exclude org="javax.sql" module="jdbc-stdext"/>
<exclude org="javax.transaction" module="jta"/>
Expand Down
5 changes: 5 additions & 0 deletions pkg-builder.pl
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,11 @@ ($)
cpy_file("build/dist/SparseBitSet-1.2.jar", "$stage_base_dir/opt/zimbra/jetty_base/common/lib/SparseBitSet-1.2.jar");
cpy_file("build/dist/metadata-extractor-2.16.0.jar", "$stage_base_dir/opt/zimbra/jetty_base/common/lib/metadata-extractor-2.16.0.jar");
cpy_file("build/dist/xmpcore-6.1.11.jar", "$stage_base_dir/opt/zimbra/jetty_base/common/lib/xmpcore-6.1.11.jar");
cpy_file("build/dist/jackson-databind-2.10.1.jar", "$stage_base_dir/opt/zimbra/jetty_base/common/lib/jackson-databind-2.10.1.jar");
cpy_file("build/dist/jackson-core-2.10.1.jar", "$stage_base_dir/opt/zimbra/jetty_base/common/lib/jackson-core-2.10.1.jar");
cpy_file("build/dist/jackson-annotations-2.10.1.jar", "$stage_base_dir/opt/zimbra/jetty_base/common/lib/jackson-annotations-2.10.1.jar");
cpy_file("build/dist/openio-api-2.0.3.jar", "$stage_base_dir/opt/zimbra/jetty_base/common/lib/openio-api-2.0.3.jar");
cpy_file("build/dist/gson-2.8.2.jar", "$stage_base_dir/opt/zimbra/jetty_base/common/lib/gson-2.8.2.jar");
return ["."];
}

Expand Down

0 comments on commit 0696ac1

Please sign in to comment.