File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 11
11
<mq .allclient.version>9.0.0.1</mq .allclient.version>
12
12
<snakeyaml .version>1.23</snakeyaml .version>
13
13
<prometheus .version>0.6.0</prometheus .version>
14
- <mq .allclient.jar.path>. /lib/com.ibm.mq.allclient.jar</mq .allclient.jar.path>
14
+ <mq .allclient.jar.path>/lib/com.ibm.mq.allclient.jar</mq .allclient.jar.path>
15
15
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
16
16
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
17
17
</properties >
23
23
<groupId >com.ibm.mq</groupId >
24
24
<artifactId >com.ibm.mq.allclient</artifactId >
25
25
<version >${mq.allclient.version} </version >
26
+ <scope >system</scope >
27
+ <systemPath >${basedir}${mq.allclient.jar.path} </systemPath >
26
28
</dependency >
27
29
<dependency >
28
30
<groupId >org.yaml</groupId >
You can’t perform that action at this time.
0 commit comments