From e31fadc10ddf15be15dfcc78e95d529c4e9ae032 Mon Sep 17 00:00:00 2001 From: Santhosh Kumar S Date: Fri, 7 Mar 2025 13:41:27 +0530 Subject: [PATCH 1/4] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3e7f873..eda33eb 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ # Instance # test +# done From e33ae99f74d628cdcbef351f27c1dbfe9ec152f8 Mon Sep 17 00:00:00 2001 From: Sourav-Sarkar-ecanarys Date: Fri, 28 Mar 2025 13:19:54 +0530 Subject: [PATCH 2/4] Create aws_access_key_id --- aws_access_key_id | 1 + 1 file changed, 1 insertion(+) create mode 100644 aws_access_key_id diff --git a/aws_access_key_id b/aws_access_key_id new file mode 100644 index 0000000..a600ed5 --- /dev/null +++ b/aws_access_key_id @@ -0,0 +1 @@ +AKIAEXAMPLE1234567890 From c72a632adc384375c46f9e913ac571f3eeaf621b Mon Sep 17 00:00:00 2001 From: Sourav-Sarkar-ecanarys Date: Tue, 1 Apr 2025 10:42:12 +0530 Subject: [PATCH 3/4] Create pom.xml --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 pom.xml diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..676e0b5 --- /dev/null +++ b/pom.xml @@ -0,0 +1,5 @@ + + org.apache.struts + struts2-core + 2.3.1 + From a8762757e10c347242be1707c2723b1745aab468 Mon Sep 17 00:00:00 2001 From: Sourav-Sarkar-ecanarys Date: Tue, 1 Apr 2025 10:46:50 +0530 Subject: [PATCH 4/4] Update pom.xml --- pom.xml | 38 ++++++++++++++++++++++++++++++++++++-- 1 file changed, 36 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 676e0b5..b3aa926 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,39 @@ - + + 4.0.0 + + com.dept.app + MyWebApp + war + 1.0-SNAPSHOT + MyWebApp Maven Webapp + http://maven.apache.org + + + + + junit + junit + 3.8.1 + test + + + + + com.fasterxml.jackson.core + jackson-databind + 2.9.9 + + + org.apache.struts struts2-core 2.3.1 - + + + + + + MyWebApp + +