Merge pull request #12198 from panos-kakos/JAVA-8688

[JAVA-8688] Added tomcat dependecy
This commit is contained in:
kwoyke 2022-05-13 08:16:51 +02:00 committed by GitHub
commit 232d5776cf
1 changed files with 5 additions and 0 deletions

View File

@ -41,6 +41,11 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-tomcat</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>