Fix devtools module declaration

This commit is contained in:
Stephane Nicoll 2018-07-10 08:43:13 +02:00
parent 492b4851b5
commit 415bd73893

View file

@ -106,7 +106,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
<scope>runtime</scope>
<optional>true</optional>
</dependency>
</dependencies>