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>
|
||||
<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>
|
||||
|
Loading…
Reference in New Issue
Block a user