Skip to content

Commit

Permalink
Merge pull request #621 from entur/remove-spring-devtools
Browse files Browse the repository at this point in the history
fix: remove spring devtools, not used, and causes problems due to kryo
  • Loading branch information
testower authored Jan 15, 2025
2 parents e6c2267 + ed91237 commit 305b139
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,6 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-devtools</artifactId>
<scope>runtime</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-core</artifactId>
Expand Down

0 comments on commit 305b139

Please sign in to comment.