From 7f7fee950b7b763cfee9774aa76ea1c23b8042cc Mon Sep 17 00:00:00 2001 From: Connor L Jackson Date: Thu, 23 Feb 2017 21:25:00 -0500 Subject: [PATCH] Adding pom file back --- pom.xml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 pom.xml diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..236c13e --- /dev/null +++ b/pom.xml @@ -0,0 +1,34 @@ + + 4.0.0 + 2017-CSE-Senior-Project-Team-2 + 2017-CSE-Senior-Project-Team-2 + 0.0.1-SNAPSHOT + + src + + + maven-compiler-plugin + 3.5.1 + + 1.8 + 1.8 + + + + maven-war-plugin + 3.0.0 + + WebContent + + + + + + + mysql + mysql-connector-java + 5.1.40 + + + war + \ No newline at end of file