Add provided scope for tomcat
This commit is contained in:
parent
a9e4400f82
commit
aed0e0f217
|
@ -27,6 +27,7 @@
|
|||
<dependency>
|
||||
<groupId>${project.groupId}</groupId>
|
||||
<artifactId>spring-boot-starter-tomcat</artifactId>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.tomcat.embed</groupId>
|
||||
|
|
Loading…
Reference in New Issue