Skip to content

Commit

Permalink
feat(scaffold): add dependency spring-boot-starter-test by default
Browse files Browse the repository at this point in the history
  • Loading branch information
taccisum committed Aug 2, 2019
1 parent 5a98d71 commit a84f015
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@
<artifactId>spring-boot-devtools</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
</dependencies>

<build>
Expand Down

0 comments on commit a84f015

Please sign in to comment.