Skip to content

Commit

Permalink
Add DevTools to observability profile.
Browse files Browse the repository at this point in the history
  • Loading branch information
odrotbohm committed Dec 4, 2024
1 parent 989f353 commit d4863da
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,12 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
<optional>true</optional>
</dependency>

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

</dependencies>
</profile>

Expand Down

0 comments on commit d4863da

Please sign in to comment.