From fbd839ff3031e079073db23729f6248a233f5c36 Mon Sep 17 00:00:00 2001
From: Sravanthi Tungala <100318893+sravanthiTungala@users.noreply.github.com>
Date: Sun, 28 Jan 2024 01:10:31 -0600
Subject: [PATCH] Update pom.xml
---
pom.xml | 48 ++++++++++++++++++++++++++++++++++++++++++++----
1 file changed, 44 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index 25bb466d7f..be18aee264 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,14 +14,16 @@
org.springframework.boot
spring-boot-starter-parent
- 2.1.0.RELEASE
-
+ 2.7.17
+
UTF-8
UTF-8
- 1.8
+ 11
+ 11
+ 11
@@ -53,7 +55,17 @@
spring-boot-starter-test
test
-
+
+ org.projectlombok
+ lombok
+
+
+ org.junit.jupiter
+ junit-jupiter
+ RELEASE
+ test
+
+
@@ -61,6 +73,34 @@
org.springframework.boot
spring-boot-maven-plugin
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+ 3.2.5
+
+
+ **/*IT.java
+
+
+ ${basedir}/target/classes
+
+ none
+
+
+
+
+ integration-test
+ verify
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+ 3.10.1
+
+