Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save senoritadeveloper01/89ca03843e47eec50fae31260b7694d0 to your computer and use it in GitHub Desktop.
Save senoritadeveloper01/89ca03843e47eec50fae31260b7694d0 to your computer and use it in GitHub Desktop.
zimbra artifactory dependency
<dependency>
<groupId>zimbra</groupId>
<artifactId>zimbra-client</artifactId>
<version>8.8.15</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>zimbra</groupId>
<artifactId>zimbra-common</artifactId>
<version>8.8.15</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>zimbra</groupId>
<artifactId>zimbra-native</artifactId>
<version>8.8.15</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>zimbra</groupId>
<artifactId>zimbra-soap</artifactId>
<version>8.8.15</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>zimbra</groupId>
<artifactId>zimbra-store</artifactId>
<version>8.8.15</version>
<scope>provided</scope>
</dependency>
<!-- test dependencies -->
<dependency>
<groupId>zimbra</groupId>
<artifactId>zimbra-store-test</artifactId>
<version>8.8.15</version>
<scope>provided</scope>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment