diff --git a/pom.xml b/pom.xml index 9a2bc8e..329ffbc 100644 --- a/pom.xml +++ b/pom.xml @@ -7,27 +7,42 @@ com.example simple-parcel-service-app 1.0-SNAPSHOT - + + war + 11 2.5.4 + org.springframework.boot spring-boot-starter-thymeleaf ${spring.boot.version} + + org.springframework.boot spring-boot-starter-web ${spring.boot.version} + + + + org.springframework.boot + spring-boot-starter-tomcat + provided + + + + org.springframework.boot spring-boot-maven-plugin @@ -36,6 +51,8 @@ com.example.SimpleParcelServiceApp + + org.apache.maven.plugins maven-compiler-plugin @@ -48,4 +65,3 @@ -