Skip to content

Instantly share code, notes, and snippets.

@albuquerquev
Created March 31, 2011 08:43
Show Gist options
  • Save albuquerquev/896046 to your computer and use it in GitHub Desktop.
Save albuquerquev/896046 to your computer and use it in GitHub Desktop.
Connecting To WebSphere MQ Using Spring JMS And Maven Post - WebSphere MQ Dependencies In Maven (http://goo.gl/KQ2rh)
<dependency>
<groupId>com.ibm</groupId>
<artifactId>com.ibm.mqjms</artifactId>
<version>${webSphereMQVersion}</version>
</dependency>
<dependency>
<groupId>com.ibm</groupId>
<artifactId>com.ibm.mq.jmqi</artifactId>
<version>${webSphereMQVersion}</version>
</dependency>
<dependency>
<groupId>com.ibm</groupId>
<artifactId>com.ibm.disthub2.dhbcore</artifactId>
<version>${webSphereMQVersion}</version>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment