added jokes dependency

master
marius 2019-01-06 14:35:58 +01:00
parent 2fc093f882
commit 64bf644dd3
1 changed files with 9 additions and 0 deletions

View File

@ -46,6 +46,15 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<!-- https://mvnrepository.com/artifact/guru.springframework/chuck-norris-for-actuator -->
<dependency>
<groupId>guru.springframework</groupId>
<artifactId>chuck-norris-for-actuator</artifactId>
<version>0.0.2</version>
</dependency>
</dependencies>
<build>