Skip to content

Instantly share code, notes, and snippets.

@senoritadeveloper01
Last active January 25, 2021 17:35
Show Gist options
  • Save senoritadeveloper01/4c6961dc489f9e12bf77491b533a22ae to your computer and use it in GitHub Desktop.
Save senoritadeveloper01/4c6961dc489f9e12bf77491b533a22ae to your computer and use it in GitHub Desktop.
zimbra local dependency in pom
<?xml version="1.0" encoding="UTF-8"?>
<dependency>
<groupId>com.zimbra</groupId>
<artifactId>client</artifactId>
<version>8.8.15</version>
<scope>system</scope>
<systemPath>/home/senoritadev/Documents/dev/workspace/zimbra-jars/zimbraclient.jar</systemPath>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment