Skip to content

Latest commit

 

History

History
76 lines (53 loc) · 2.33 KB

README.md

File metadata and controls

76 lines (53 loc) · 2.33 KB

ConnIdZimbraBundle

The Zimbra bundle is part of the ConnId project.

The source code for this bundle was initially donated by Intesys.

How to get it

Maven

<dependency>
  <groupId>net.tirasa.connid.bundles</groupId>
  <artifactId>net.tirasa.connid.bundles.zimbra</artifactId>
  <version>${connid.zimbra.version}</version>
</dependency>

where connid.zimbra.version is one of available.

Downloads

Available from releases.

Runtime dependencies

This bundle requires the following JAR files to be available in the runtime classpath:

  • zimbraclient.jar
  • zimbracommon.jar
  • zimbrasoap.jar
  • zimbrastore.jar

which can be normally found under /opt/zimbra/lib/jars/ of your Zimbra deployment.

Moreover, depending on your actual Zimbra version, the following additional runtime dependencies might be needed:

  • commons-codec-1.7.jar
  • commons-httpclient-3.1.jar
  • dom4j-1.5.2.jar
  • guava-13.0.1.jar
  • javamail-1.4.5.jar
  • json.jar
  • log4j-1.2.16.jar

which can be also found under /opt/zimbra/lib/jars/ of your Zimbra deployment.

Project information