Skip to content

Commit

Permalink
Remove springboot devtools
Browse files Browse the repository at this point in the history
  • Loading branch information
valentin-boehm committed May 27, 2024
1 parent 316246c commit c2f0e9c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gradle/profile_dev.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ configurations {
}

dependencies {
developmentOnly "org.springframework.boot:spring-boot-devtools:${springBootVersion}"
implementation "com.mysql:mysql-connector-j:${mysqlVersion}"
testImplementation "org.testcontainers:mysql:${testcontainersVersion}"
}
Expand Down

0 comments on commit c2f0e9c

Please sign in to comment.