mirror of
https://github.com/apache/activemq-artemis.git
synced 2025-02-20 17:05:51 +00:00
ARTEMIS-4194 Upgrade CheckLeak to 0.8
This commit is contained in:
parent
9f1927d3fa
commit
812cdf3589
@ -29,7 +29,7 @@
|
||||
|
||||
<properties>
|
||||
<activemq.basedir>${project.basedir}/../..</activemq.basedir>
|
||||
<check-leak-version>0.7</check-leak-version>
|
||||
<check-leak-version>0.8</check-leak-version>
|
||||
<!-- whatever name you choose it has to match between the check-leak-maven-plugin install call and the JVM argument -->
|
||||
<check-leak-deploy-name>checkleak.lib</check-leak-deploy-name>
|
||||
</properties>
|
||||
@ -175,7 +175,7 @@
|
||||
https://github.com/check-leak/check-leak -->
|
||||
<dependency>
|
||||
<groupId>io.github.check-leak</groupId>
|
||||
<artifactId>core</artifactId>
|
||||
<artifactId>check-leak</artifactId>
|
||||
<version>${check-leak-version}</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
Loading…
x
Reference in New Issue
Block a user