From 4519b2341dc08ee500ddf07690446e5cacacacb5 Mon Sep 17 00:00:00 2001 From: "praveen.ks" Date: Fri, 23 Oct 2020 19:25:14 +0530 Subject: [PATCH] build war --- pom.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e4e74747a..c6f044b1a 100644 --- a/pom.xml +++ b/pom.xml @@ -6,12 +6,13 @@ org.springframework.samples spring-petclinic 2.3.0.BUILD-SNAPSHOT + war org.springframework.boot spring-boot-starter-parent 2.3.3.RELEASE - + petclinic @@ -131,6 +132,12 @@ spring-boot-devtools true + + + org.springframework.boot + spring-boot-starter-tomcat + provided + @@ -278,6 +285,7 @@ + ${artifactId}