Skip to content

Commit 4abe6e0

Browse files
committed
Local dependency updated with remote one
Resolves: #109
1 parent e9ce739 commit 4abe6e0

File tree

2 files changed

+15
-7
lines changed

2 files changed

+15
-7
lines changed

lib/com.ibm.mq.allclient.jar

-7.83 MB
Binary file not shown.

pom.xml

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,32 @@
88
<packaging>jar</packaging>
99
<properties>
1010
<jdk.version>1.8</jdk.version>
11-
<mq.allclient.version>9.0.0.1</mq.allclient.version>
11+
<mq.allclient.version>9.1.2.0</mq.allclient.version>
1212
<snakeyaml.version>1.23</snakeyaml.version>
1313
<prometheus.version>0.6.0</prometheus.version>
1414
<log4j.version>2.11.2</log4j.version>
15-
<mq.allclient.jar.path>/lib/com.ibm.mq.allclient.jar</mq.allclient.jar.path>
1615
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1716
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
1817
</properties>
1918
<dependencies>
20-
<!--When patch from IBM would appear - we will use latest version from Maven repo -->
21-
<!-- <dependency><groupId>com.ibm.mq</groupId><artifactId>com.ibm.mq.allclient</artifactId><version>9.0.5.0</version></dependency>-->
22-
<!-- <dependency><groupId>com.ibm.mq</groupId><artifactId>com.ibm.mq.allclient</artifactId><version>${mq.allclient.version}</version><scope>system</scope></dependency>-->
2319
<dependency>
2420
<groupId>com.ibm.mq</groupId>
2521
<artifactId>com.ibm.mq.allclient</artifactId>
2622
<version>${mq.allclient.version}</version>
27-
<scope>system</scope>
28-
<systemPath>${basedir}${mq.allclient.jar.path}</systemPath>
23+
<exclusions>
24+
<exclusion>
25+
<groupId>org.bouncycastle</groupId>
26+
<artifactId>bcprov-jdk15on</artifactId>
27+
</exclusion>
28+
<exclusion>
29+
<groupId>org.bouncycastle</groupId>
30+
<artifactId>bcpkix-jdk15on</artifactId>
31+
</exclusion>
32+
<exclusion>
33+
<groupId>javax.jms</groupId>
34+
<artifactId>javax.jms-api</artifactId>
35+
</exclusion>
36+
</exclusions>
2937
</dependency>
3038
<dependency>
3139
<groupId>org.yaml</groupId>

0 commit comments

Comments
 (0)