Skip to content

Commit

Permalink
adding dependency. Closes springframeworkguru#2
Browse files Browse the repository at this point in the history
  • Loading branch information
nmort-bah committed Jul 11, 2022
1 parent e688750 commit 6bdd14a
Show file tree
Hide file tree
Showing 3 changed files with 97 additions and 0 deletions.
90 changes: 90 additions & 0 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,17 @@
<artifactId>spring-boot-starter-web</artifactId>
</dependency>

<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-test</artifactId>
<scope>test</scope>
</dependency>

</dependencies>

<build>
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

0 comments on commit 6bdd14a

Please sign in to comment.