From 3026ce81ccb3006ac543cd7bfcfa8c3635544ccf Mon Sep 17 00:00:00 2001 From: rakshithjakkani <113336037+rakshithjakkani@users.noreply.github.com> Date: Fri, 14 Oct 2022 12:28:41 +0530 Subject: [PATCH 1/6] Update pom.xml --- pom.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f66138f9..ef6775d3 100644 --- a/pom.xml +++ b/pom.xml @@ -47,6 +47,12 @@ 1.7.0 dschadow false + http://13.250.63.212:9000/ + 6f60db41039f24b4322aa5e3396b12fdb06ed259 + UTF-8 UTF-8 17 @@ -272,4 +278,4 @@ sql-injection xss - \ No newline at end of file + From 3a8c3649754b47b25cc396f16658f430064f6d4f Mon Sep 17 00:00:00 2001 From: rakshithjakkani <113336037+rakshithjakkani@users.noreply.github.com> Date: Fri, 14 Oct 2022 14:45:22 +0530 Subject: [PATCH 2/6] Update pom.xml --- pom.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pom.xml b/pom.xml index ef6775d3..30f5611e 100644 --- a/pom.xml +++ b/pom.xml @@ -47,12 +47,6 @@ 1.7.0 dschadow false - http://13.250.63.212:9000/ - 6f60db41039f24b4322aa5e3396b12fdb06ed259 - UTF-8 UTF-8 17 From c9883c8fcbcb27f863e18ef662236345842aadb1 Mon Sep 17 00:00:00 2001 From: kumarsanthosh653 <109072065+kumarsanthosh653@users.noreply.github.com> Date: Thu, 15 Dec 2022 15:01:38 +0530 Subject: [PATCH 3/6] Create buildspec.yml --- buildspec.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 buildspec.yml diff --git a/buildspec.yml b/buildspec.yml new file mode 100644 index 00000000..d6d98af8 --- /dev/null +++ b/buildspec.yml @@ -0,0 +1,19 @@ +version: 0.2 + +phases: + install: + runtime-versions: + java: corretto17 + commands: + - yum update -y + - yum install -y maven + pre_build: + commands: + - echo Nothing to do in the pre_build phase... + build: + commands: + - echo Build started + - mvn clean package + post_build: + commands: + - echo Build completed From ff5c9418b63b8bc4a35e7d5566624c7875c8af30 Mon Sep 17 00:00:00 2001 From: kumarsanthosh653 <109072065+kumarsanthosh653@users.noreply.github.com> Date: Thu, 15 Dec 2022 15:08:50 +0530 Subject: [PATCH 4/6] Update pom.xml --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 30f5611e..a57666d7 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 javasecurity de.dominikschadow.javasecurity - 3.2.0 + 3.2.5 pom Java Security https://github.com/dschadow/JavaSecurity From a6e58aa38bc715503170b29d1bbf8b45a4d40612 Mon Sep 17 00:00:00 2001 From: kumarsanthosh653 <109072065+kumarsanthosh653@users.noreply.github.com> Date: Thu, 15 Dec 2022 15:22:29 +0530 Subject: [PATCH 5/6] Update pom.xml --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a57666d7..30f5611e 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 javasecurity de.dominikschadow.javasecurity - 3.2.5 + 3.2.0 pom Java Security https://github.com/dschadow/JavaSecurity From b3cb94352c822a5cdcb3276b11ad4c705a7ef85b Mon Sep 17 00:00:00 2001 From: kumarsanthosh653 <109072065+kumarsanthosh653@users.noreply.github.com> Date: Thu, 15 Dec 2022 15:27:09 +0530 Subject: [PATCH 6/6] Update pom.xml --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 30f5611e..a57666d7 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 javasecurity de.dominikschadow.javasecurity - 3.2.0 + 3.2.5 pom Java Security https://github.com/dschadow/JavaSecurity