From 7fb2287ec1485063126eb593d9ca96d0a34e99ae Mon Sep 17 00:00:00 2001 From: Kingshaikk <149676232+Kingshaikk@users.noreply.github.com> Date: Sun, 4 Feb 2024 20:06:28 +0530 Subject: [PATCH] Create pom.xml --- Phase-1/pom.xml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 Phase-1/pom.xml diff --git a/Phase-1/pom.xml b/Phase-1/pom.xml new file mode 100644 index 0000000..62169b9 --- /dev/null +++ b/Phase-1/pom.xml @@ -0,0 +1,26 @@ + + + + 4.0.0 + com.example + HelloWorldWebApp + 1.0-SNAPSHOT + + war + + + 1.8 + 1.8 + + + + + javax.servlet + javax.servlet-api + 4.0.1 + provided + + +