This Maven module contains base classes for writing Spring Boot Actuator integration testcases.
Include the following in the dependencies section of the Maven POM of the Maven module you want to use the classes in:
<dependency>
<groupId>nl.agility.commons</groupId>
<artifactId>commons-actuator-test</artifactId>
<version>1.0.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>