From 70177e99b8d3cbeeaf6155c222cd4eeaf044d6a6 Mon Sep 17 00:00:00 2001 From: Rian292 <82909340+Rian292@users.noreply.github.com> Date: Fri, 2 Sep 2022 16:53:51 -0300 Subject: [PATCH] update do pom.xml --- pom.xml | 146 +++++++++++++++++++++++++++++++------------------------- 1 file changed, 82 insertions(+), 64 deletions(-) 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 + + + +