diff --git a/pom.xml b/pom.xml index fa02310f..5fae199e 100644 --- a/pom.xml +++ b/pom.xml @@ -1,47 +1,68 @@ - 4.0.0 - - org.springframework.boot - spring-boot-starter-parent - 2.1.3.RELEASE - - - io.buildpacks.example - sample - 0.0.1-SNAPSHOT - sample - Sample Java Application + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 + + org.springframework.boot + spring-boot-starter-parent + 2.1.3.RELEASE + + + io.buildpacks.example + sample + 0.0.1 + sample + Sample Java Application - - 1.8 - + + 1.8 + - - - org.springframework.boot - spring-boot-starter-thymeleaf - - - org.springframework.boot - spring-boot-starter-web - + + + org.springframework.boot + spring-boot-starter-thymeleaf + + + org.springframework.boot + spring-boot-starter-web + - - org.springframework.boot - spring-boot-starter-test - test - - + + org.springframework.boot + spring-boot-starter-test + test + + - - - - org.springframework.boot - spring-boot-maven-plugin - - - + + + + org.springframework.boot + spring-boot-maven-plugin + + + + repackage + + + war + + + + + + + org.apache.maven.plugins + maven-war-plugin + 3.3.0 + + false + + + + + +