added jokes dependency
This commit is contained in:
parent
2fc093f882
commit
64bf644dd3
9
pom.xml
9
pom.xml
@ -46,6 +46,15 @@
|
|||||||
<artifactId>spring-boot-starter-test</artifactId>
|
<artifactId>spring-boot-starter-test</artifactId>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</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>
|
</dependencies>
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
|
Loading…
Reference in New Issue
Block a user