Remove 'test' scope from spring-boot-starter-web

This will propagate exclusion of tomcat
This commit is contained in:
Oleg Zhurakousky
2025-01-13 15:16:21 +01:00
parent 1e0bdc8043
commit aaa68ef549

View File

@@ -59,7 +59,6 @@
<artifactId>spring-boot-starter-tomcat</artifactId>
</exclusion>
</exclusions>
<scope>test</scope>
</dependency>
</dependencies>
</project>