mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-05-30 23:29:37 +00:00
Fix devtools module declaration
This commit is contained in:
parent
492b4851b5
commit
415bd73893
1 changed files with 1 additions and 1 deletions
2
pom.xml
2
pom.xml
|
@ -106,7 +106,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
<artifactId>spring-boot-devtools</artifactId>
|
<artifactId>spring-boot-devtools</artifactId>
|
||||||
<scope>runtime</scope>
|
<optional>true</optional>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue