Skip to content

Commit

Permalink
spring-dev-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
omrumbakitemiz committed Mar 30, 2018
1 parent 9cd7d07 commit 25a1cf7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@
<artifactId>spring-boot-starter-web</artifactId>
</dependency>

<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
<optional>true</optional>
</dependency>

<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
Expand Down

0 comments on commit 25a1cf7

Please sign in to comment.