diff --git a/spring-boot-package-war/pom.xml b/spring-boot-package-war/pom.xml index c54d0da80..6b4438423 100644 --- a/spring-boot-package-war/pom.xml +++ b/spring-boot-package-war/pom.xml @@ -5,7 +5,7 @@ com.neo spring-boot-package-war - 0.0.1-SNAPSHOT + 0.0.2-SNAPSHOT war spring-boot-package-war @@ -44,11 +44,18 @@ spring-boot-starter-tomcat provided - - org.springframework.boot - spring-boot-devtools - true + + org.springframework.boot + spring-boot-devtools + true + + + javax.xml.bind + jaxb-api + 2.3.1 + +