Below JARs are property - hence, they will not be resolved through a public Maven repository such as Maven Central. These JARs must be obtained from the WebSphere MQ installation directory and manually deployed to our local Maven repository .:
<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>
Arpit source share