diff --git a/.gitignore b/.gitignore index b00af803d..cb6b7eb15 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ target/* *.iml /target _site/ +.vscode/ diff --git a/.mvn/wrapper/maven-wrapper.properties b/.mvn/wrapper/maven-wrapper.properties index 25cc8af3c..9dda3b659 100644 --- a/.mvn/wrapper/maven-wrapper.properties +++ b/.mvn/wrapper/maven-wrapper.properties @@ -1 +1 @@ -distributionUrl=https://repo1.maven.org/maven2/org/apache/maven/apache-maven/3.3.3/apache-maven-3.3.3-bin.zip +distributionUrl=https://repo1.maven.org/maven2/org/apache/maven/apache-maven/3.5.2/apache-maven-3.5.2-bin.zip diff --git a/pom.xml b/pom.xml index 6fdc4d17e..a71923b53 100644 --- a/pom.xml +++ b/pom.xml @@ -5,12 +5,12 @@ 4.0.0 org.springframework.samples spring-petclinic - 1.5.1 + 2.0.0 org.springframework.boot spring-boot-starter-parent - 1.5.4.RELEASE + 2.0.0.M6 petclinic @@ -26,7 +26,6 @@ 1.11.4 2.2.4 1.8.0 - 3.0.6.RELEASE 2.7 @@ -53,18 +52,17 @@ org.springframework.boot spring-boot-starter-thymeleaf - - - nz.net.ultraq.thymeleaf - thymeleaf-layout-dialect - - org.springframework.boot spring-boot-starter-test test + + javax.xml.bind + jaxb-api + 2.3.0 + @@ -140,22 +138,6 @@ - - org.codehaus.mojo - cobertura-maven-plugin - ${cobertura.version} - - - - - - - clean - check - - - -