[BAEL-15393] - Fixed tomcat deployment
This commit is contained in:
@@ -19,6 +19,10 @@
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-web</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-tomcat</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>javax.servlet</groupId>
|
||||
<artifactId>javax.servlet-api</artifactId>
|
||||
@@ -280,6 +284,7 @@
|
||||
<poi.version>3.16-beta1</poi.version>
|
||||
|
||||
<javax.el.version>3.0.1-b09</javax.el.version>
|
||||
<start-class>com.baeldung.SpringMVCApplication</start-class>
|
||||
|
||||
</properties>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user