diff --git a/pom.xml b/pom.xml index baec0d9..2aaa32c 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,24 @@ 4.0.0 - + + + central + https://repo.maven.apache.org/maven2/ + + + + + central + https://repo.maven.apache.org/maven2 + + true + + + false + + + com.example easy-notes 1.0.0 @@ -15,7 +32,7 @@ org.springframework.boot spring-boot-starter-parent 2.5.5 - + @@ -56,12 +73,33 @@ - + org.springframework.boot spring-boot-maven-plugin + + org.apache.maven.plugins + maven-resources-plugin + 3.1.0 + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.8.1 + + 1.8 + 1.8 + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.22.1 + - + +