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 2b4cae33d8
commit 29da96f537

View File

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