Skip to content

Instantly share code, notes, and snippets.

@razie
Created June 19, 2017 17:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save razie/ecec5513ff6f283f4ea2403b159eefe4 to your computer and use it in GitHub Desktop.
Save razie/ecec5513ff6f283f4ea2403b159eefe4 to your computer and use it in GitHub Desktop.
<dependency>
<groupId>com.ibm.mq</groupId>
<artifactId>com.ibm.mq.allclient</artifactId>
<version>${com.ibm.mq.version}</version>
</dependency>
<dependency>
<groupId>com.ibm.mq</groupId>
<artifactId>jms</artifactId>
<version>${com.ibm.mq.version}</version>
</dependency>
<properties>
<com.ibm.mq.version>9.0.0.0</com.ibm.mq.version>
</properties>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment