diff --git a/build.gradle b/build.gradle index d60e165..3d91a94 100644 --- a/build.gradle +++ b/build.gradle @@ -20,6 +20,7 @@ implementation 'org.springframework.boot:spring-boot-starter-jersey' implementation 'org.springframework.boot:spring-boot-starter-web' testImplementation 'org.springframework.boot:spring-boot-starter-test' + providedRuntime 'org.springframework.boot:spring-boot-starter-tomcat' } tasks.named('test') {