Skip to content

Commit

Permalink
ZCS-14061 : adding dependency needed for zm-license-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
rcyarrapothu committed Nov 3, 2023
1 parent 989e549 commit 7b4e781
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions ivy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@
<dependency org="io.openio.sds" name="openio-api" rev="2.0.3"/>
<dependency org="com.google.code.gson" name="gson" rev="2.8.2"/>
<dependency org="org.apache.james" name="apache-mime4j-core" rev="0.8.7"/>
<dependency org="org.glassfish" name="jakarta.json" rev="2.0.1"/>
<exclude org="com.noelios.restlet" module="com.noelios.restlet"/>
<exclude org="javax.sql" module="jdbc-stdext"/>
<exclude org="javax.transaction" module="jta"/>
Expand Down
2 changes: 2 additions & 0 deletions pkg-builder.pl
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,8 @@ ($)
cpy_file("build/dist/bcpkix-jdk15on-1.64.jar", "$stage_base_dir/opt/zimbra/jetty_base/common/lib/bcpkix-jdk15on-1.64.jar");
cpy_file("build/dist/bcmail-jdk15on-1.64.jar", "$stage_base_dir/opt/zimbra/lib/ext-common/bcmail-jdk15on-1.64.jar");
cpy_file("build/dist/xmlsec-3.0.0.jar", "$stage_base_dir/opt/zimbra/lib/ext-common/xmlsec-3.0.0.jar");
cpy_file("build/dist/jakarta.json-2.0.1.jar", "$stage_base_dir/opt/zimbra/lib/ext-common/jakarta.json-2.0.1.jar");
cpy_file("build/dist/jakarta.json-api-2.0.1.jar", "$stage_base_dir/opt/zimbra/lib/ext-common/jakarta.json-api-2.0.1.jar");
cpy_file("build/dist/jcharset-2.0.jar", "$stage_base_dir/opt/zimbra/jetty_base/common/endorsed/jcharset.jar");
cpy_file("build/dist/zimbra-charset.jar", "$stage_base_dir/opt/zimbra/jetty_base/common/endorsed/zimbra-charset.jar");
cpy_file("build/dist/apache-log4j-extras-1.0.jar", "$stage_base_dir/opt/zimbra/jetty_base/common/lib/apache-log4j-extras-1.0.jar");
Expand Down

0 comments on commit 7b4e781

Please sign in to comment.