Created
June 19, 2017 17:25
-
-
Save razie/ecec5513ff6f283f4ea2403b159eefe4 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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