[JAVA-8688] Added tomcat dependecy

This commit is contained in:
panagiotiskakos 2022-05-11 13:53:42 +03:00
parent 698a7f2b3c
commit 1b1a411770
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>