From 0e76ecfb0837303001110ed1d96faa8558e8a9bb Mon Sep 17 00:00:00 2001 From: Sandeepgoudgandu <118959767+Sandeepgoudgandu@users.noreply.github.com> Date: Tue, 30 Jun 2026 15:27:14 +0530 Subject: [PATCH] Update pom.xml --- pom.xml | 306 ++++++++++++-------------------------------------------- 1 file changed, 66 insertions(+), 240 deletions(-) diff --git a/pom.xml b/pom.xml index a3e4a66c..25565f68 100644 --- a/pom.xml +++ b/pom.xml @@ -1,241 +1,67 @@ - - - 4.0.0 - - org.springframework.boot - spring-boot-starter-parent - 2.3.6.RELEASE - - - com.gmail.merikbest2015 - ecommerce - 0.0.1-SNAPSHOT - ecommerce - Ecommerce - - - 1.8 - - - - - org.springframework.boot - spring-boot-starter-web - - - - org.springframework.boot - spring-boot-devtools - runtime - true - - - - - org.postgresql - postgresql - runtime - - - - - org.springframework.boot - spring-boot-starter-data-jpa - - - - - org.springframework.boot - spring-boot-starter-security - - - org.springframework.security - spring-security-test - test - - - org.springframework.security - spring-security-taglibs - - - - - org.springframework.security - spring-security-oauth2-client - - - - - org.springframework.boot - spring-boot-starter-mail - - - - - org.projectlombok - lombok - - - - - org.flywaydb - flyway-core - 5.2.4 - - - - - javax.xml.bind - jaxb-api - 2.3.0 - - - com.sun.xml.bind - jaxb-core - 2.3.0 - - - com.sun.xml.bind - jaxb-impl - 2.3.0 - - - - - io.jsonwebtoken - jjwt - 0.9.1 - - - - - org.modelmapper - modelmapper - 2.3.9 - - - - - javax.validation - validation-api - 2.0.1.Final - - - org.hibernate - hibernate-validator - 6.1.6.Final - - - - - com.graphql-java - graphql-spring-boot-starter - 5.0.2 - - - com.graphql-java - graphql-java-tools - 5.2.4 - - - - - org.springframework.boot - spring-boot-starter-aop - 2.4.3 - - - - - io.springfox - springfox-swagger-common - 2.9.2 - - - io.springfox - springfox-swagger2 - 2.9.2 - - - io.springfox - springfox-swagger-ui - 2.9.2 - - - io.springfox - springfox-bean-validators - 2.9.2 - - - - - org.springframework.boot - spring-boot-starter-websocket - - - - - com.amazonaws - aws-java-sdk - 1.11.133 - - - - - org.thymeleaf - thymeleaf - 3.0.11.RELEASE - - - org.thymeleaf - thymeleaf-spring5 - 3.0.11.RELEASE - - - org.springframework.boot - spring-boot-starter-test - test - - - org.springframework - spring-test - 5.2.1.RELEASE - compile - - - - - - - org.springframework.boot - spring-boot-maven-plugin - - - org.apache.maven.plugins - maven-surefire-plugin - 3.0.0-M5 - - - org.jacoco - jacoco-maven-plugin - 0.8.4 - - - - prepare-agent - - - - report - test - - report - - - - - - - + +4.0.0 + +org.springframework.boot +spring-boot-starter-parent +2.3.6.RELEASE + + +com.gmail.merikbest2015 +ecommerce +0.0.1-SNAPSHOT + +17 +1.18.38 +17 +17 + + + + + +org.projectlombok +lombok +${lombok.version} +provided + + + + + +org.apache.maven.plugins +maven-compiler-plugin +3.11.0 + +${maven.compiler.source} +${maven.compiler.target} +true + + +org.projectlombok +lombok +${lombok.version} + + + + + +org.springframework.boot +spring-boot-maven-plugin + + +org.apache.maven.plugins +maven-surefire-plugin +3.2.5 + + +org.jacoco +jacoco-maven-plugin +0.8.12 + + +