Skip to content

Commit

Permalink
ZCS-14885: Getting Exception in thread main java.lang.NoClassDefFound…
Browse files Browse the repository at this point in the history
…Error: while running utility zmmboxsearch
  • Loading branch information
swathy-shaji committed Apr 1, 2024
1 parent cd7d68b commit 839eb1e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ivy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,12 @@
<dependency org="org.apache.james" name="apache-mime4j-core" rev="0.8.7"/>
<dependency org="jakarta.json" name="jakarta.json-api" rev="2.1.3"/>
<dependency org="org.eclipse.parsson" name="jakarta.json" rev="1.1.5"/>
<!-- The failureaccess jar is already inplace there in existing repos like
zm-mailbox/store,zm-license-tools, but the jar is not there in the package.
which is resulting NoClassDefError, when it comes to licensing.
To resolve the issue, explicitly mentioning the dependency to consider while packaging
-->
<dependency org="com.google.guava" name="failureaccess" rev="1.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

0 comments on commit 839eb1e

Please sign in to comment.