Skip to content

Commit

Permalink
adding dependancy - closes issue springframeworkguru#2
Browse files Browse the repository at this point in the history
  • Loading branch information
Luca0414 committed Aug 25, 2023
1 parent 5fff4c6 commit 9f0024d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions spring5-jokes-app-v2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@
<java.version>17</java.version>
</properties>
<dependencies>
<dependency>
<groupId>guru.springframework</groupId>
<artifactId>chuck-norris-for-actuator</artifactId>
<version>2.4.0</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-thymeleaf</artifactId>
Expand Down

0 comments on commit 9f0024d

Please sign in to comment.