Skip to content

Commit

Permalink
Merge pull request #3 from patpe/PE-1123
Browse files Browse the repository at this point in the history
Added spring-boot-starter-actuator to pom.xml
  • Loading branch information
patpe authored Aug 10, 2018
2 parents 96b11ec + 9232f06 commit 74df893
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>

<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down

0 comments on commit 74df893

Please sign in to comment.