diff --git a/pom.xml b/pom.xml index baec0d9..f75cac4 100644 --- a/pom.xml +++ b/pom.xml @@ -1,67 +1,85 @@ - - 4.0.0 - - com.example - easy-notes - 1.0.0 - jar - - easy-notes - Rest API for a Simple Note Taking Application - - - org.springframework.boot - spring-boot-starter-parent - 2.5.5 - - - - - UTF-8 - UTF-8 - 11 - - - - + + 4.0.0 + com.example + easy-notes + 1.0.0 + jar + easy-notes + Rest API for a Simple Note Taking Application + org.springframework.boot - spring-boot-starter-data-jpa - - - org.springframework.boot - spring-boot-starter-web - - - org.springframework.boot - spring-boot-starter-validation - - - org.springframework.boot - spring-boot-devtools - runtime - - - mysql - mysql-connector-java - runtime - - - org.springframework.boot - spring-boot-starter-test - test - - - - - - + spring-boot-starter-parent + 2.5.5 + + + + UTF-8 + UTF-8 + 8 + + + + org.springframework.boot + spring-boot-starter-data-jpa + + + org.springframework.boot + spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter-validation + + + org.springframework.boot + spring-boot-devtools + runtime + + + mysql + mysql-connector-java + runtime + + org.springframework.boot - spring-boot-maven-plugin - - - - - - + spring-boot-starter-test + test + + + + + + org.springframework.boot + spring-boot-maven-plugin + + + + + + + central + Central Repository + https://repo.maven.apache.org/maven2 + default + + false + + + never + + + + + + central + Central Repository + https://repo.maven.apache.org/maven2 + default + + false + + + +