Skip to content

Commit af87d36

Browse files
authored
Merge pull request #31 from Cinimex-Informatica/bugfix/issue27_maven_config_fix
Project configuration fixed
2 parents bca72a2 + 7c14c0b commit af87d36

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<mq.allclient.version>9.0.0.1</mq.allclient.version>
1212
<snakeyaml.version>1.23</snakeyaml.version>
1313
<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>
1515
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1616
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
1717
</properties>
@@ -23,6 +23,8 @@
2323
<groupId>com.ibm.mq</groupId>
2424
<artifactId>com.ibm.mq.allclient</artifactId>
2525
<version>${mq.allclient.version}</version>
26+
<scope>system</scope>
27+
<systemPath>${basedir}${mq.allclient.jar.path}</systemPath>
2628
</dependency>
2729
<dependency>
2830
<groupId>org.yaml</groupId>

0 commit comments

Comments
 (0)