Use MQ 9.2 client in tests

This commit is contained in:
Arthur Barr
2020-12-10 16:44:43 +00:00
committed by Arthur J Barr
parent c0e05be791
commit d2ea17ec30

View File

@@ -1,5 +1,5 @@
<!-- <!--
© Copyright IBM Corporation 2018 © Copyright IBM Corporation 2018, 2020
Licensed under the Apache License, Version 2.0 (the "License"); Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. you may not use this file except in compliance with the License.
@@ -26,7 +26,7 @@ limitations under the License.
<dependency> <dependency>
<groupId>com.ibm.mq</groupId> <groupId>com.ibm.mq</groupId>
<artifactId>com.ibm.mq.allclient</artifactId> <artifactId>com.ibm.mq.allclient</artifactId>
<version>9.1.3.0</version> <version>9.2.0.0</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>