From 4a1add1ca1132b3546becd992806aa302f1043da Mon Sep 17 00:00:00 2001 From: Divyanshu Chaudhary <160396963+cdivyanshu@users.noreply.github.com> Date: Wed, 7 May 2025 11:09:01 +0530 Subject: [PATCH] Update pom.xml --- pom.xml | 148 +++++++++++++++++++++++++++++--------------------------- 1 file changed, 78 insertions(+), 70 deletions(-) diff --git a/pom.xml b/pom.xml index 834cab1..3e4279e 100644 --- a/pom.xml +++ b/pom.xml @@ -1,83 +1,91 @@ - - 4.0.0 + + 4.0.0 - com.opencredo.examples - hazelcast-chat - 0.0.1-SNAPSHOT - war + com.opencredo.examples + hazelcast-chat + 0.0.1-SNAPSHOT + war - hazelcast-chat - Chat application example using Hazelcast + hazelcast-chat + Chat application example using Hazelcast - - org.springframework.boot - spring-boot-starter-parent - 1.3.0.RELEASE - - + + org.springframework.boot + spring-boot-starter-parent + 1.3.0.RELEASE + + - - UTF-8 - 1.8 - + + UTF-8 + 1.8 + - - - org.springframework.boot - spring-boot-starter-web - + + + org.springframework.boot + spring-boot-starter-web + + + com.hazelcast + hazelcast + - - com.hazelcast - hazelcast - - - - org.apache.commons - commons-lang3 + + org.apache.commons + commons-lang3 3.4 - + + + + org.springframework.boot + spring-boot-starter-test + test + + + + com.jayway.restassured + rest-assured + 2.5.0 + test + + + + com.hazelcast + hazelcast + tests + test + + - - org.springframework.boot - spring-boot-starter-test - test - - - com.jayway.restassured - rest-assured - 2.5.0 - test - - - com.hazelcast - hazelcast - tests - ${hazelcast.version} - test - + + + + org.springframework.boot + spring-boot-maven-plugin + - - - - - - org.springframework.boot - spring-boot-maven-plugin - - - org.apache.maven.plugins - maven-compiler-plugin - - 1.8 - 1.8 - - - - - + + org.apache.maven.plugins + maven-compiler-plugin + + 1.8 + 1.8 + + + + org.apache.maven.plugins + maven-war-plugin + 3.3.2 + + false + + + +