From ec74ac57d0d0c78123091405cef090fee263fdee Mon Sep 17 00:00:00 2001 From: Focus and Act <155546117+Sagar9702@users.noreply.github.com> Date: Tue, 30 Jan 2024 22:55:47 +0530 Subject: [PATCH 1/7] Update pom.xml --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 7f5d8b9..5d03068 100644 --- a/pom.xml +++ b/pom.xml @@ -7,8 +7,8 @@ 1.0 war - 1.6 - 1.6 + 7 + 7 From 12f40f2415a8cd41010f04583d07bfadc7108372 Mon Sep 17 00:00:00 2001 From: Focus and Act <155546117+Sagar9702@users.noreply.github.com> Date: Tue, 30 Jan 2024 23:02:27 +0530 Subject: [PATCH 2/7] Update pom-java17.xml --- pom-java17.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom-java17.xml b/pom-java17.xml index f7eacb3..de2ca38 100644 --- a/pom-java17.xml +++ b/pom-java17.xml @@ -9,8 +9,8 @@ - 17 - 17 + 17.0.9 + 17.0.9 From ad2f284948290cb834bfe0660cced65243b880e9 Mon Sep 17 00:00:00 2001 From: Focus and Act <155546117+Sagar9702@users.noreply.github.com> Date: Tue, 30 Jan 2024 23:12:23 +0530 Subject: [PATCH 3/7] Update pom.xml --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5d03068..482f4e4 100644 --- a/pom.xml +++ b/pom.xml @@ -36,7 +36,7 @@ org.apache.maven.plugins maven-dependency-plugin - 2.3 + 3.6.3 package From e263585d5bfee2fcb210a9ecd52bcdb0885f3ac2 Mon Sep 17 00:00:00 2001 From: Focus and Act <155546117+Sagar9702@users.noreply.github.com> Date: Tue, 30 Jan 2024 23:15:23 +0530 Subject: [PATCH 4/7] Update pom.xml --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 482f4e4..5d03068 100644 --- a/pom.xml +++ b/pom.xml @@ -36,7 +36,7 @@ org.apache.maven.plugins maven-dependency-plugin - 3.6.3 + 2.3 package From ab98704146f4bc3a6a6d4957d52a27afb52d7665 Mon Sep 17 00:00:00 2001 From: Focus and Act <155546117+Sagar9702@users.noreply.github.com> Date: Tue, 30 Jan 2024 23:20:00 +0530 Subject: [PATCH 5/7] Update pom-java17.xml --- pom-java17.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom-java17.xml b/pom-java17.xml index de2ca38..cff94fb 100644 --- a/pom-java17.xml +++ b/pom-java17.xml @@ -39,7 +39,7 @@ org.apache.maven.plugins maven-war-plugin - 3.3.1 + 2.3 org.apache.maven.plugins From 355c078ed23c6e8bb3e6a64c552824562996a396 Mon Sep 17 00:00:00 2001 From: Focus and Act <155546117+Sagar9702@users.noreply.github.com> Date: Wed, 31 Jan 2024 21:44:09 +0530 Subject: [PATCH 6/7] Update pom.xml --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index 5d03068..b4a8733 100644 --- a/pom.xml +++ b/pom.xml @@ -22,6 +22,11 @@ junit 4.12 test + + + org.springframework + spring-core + 6.1.3 org.mockito From 00ac79d968cbffe0cb20df1ccaa1e9942d42403d Mon Sep 17 00:00:00 2001 From: Focus and Act <155546117+Sagar9702@users.noreply.github.com> Date: Wed, 31 Jan 2024 21:46:03 +0530 Subject: [PATCH 7/7] Update pom.xml --- pom.xml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index b4a8733..7647f06 100644 --- a/pom.xml +++ b/pom.xml @@ -23,12 +23,7 @@ 4.12 test - - org.springframework - spring-core - 6.1.3 - - + org.mockito mockito-all 1.10.19