From 7f6f9ba2644afacbd5c7fcd5da1cd9c2abbaeacd Mon Sep 17 00:00:00 2001 From: Graham Triggs Date: Thu, 14 Jul 2016 22:47:43 +0100 Subject: [PATCH] Add dependencies to webapp pom.xml --- installer/webapp/pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/installer/webapp/pom.xml b/installer/webapp/pom.xml index daa3282c..abb54b4f 100644 --- a/installer/webapp/pom.xml +++ b/installer/webapp/pom.xml @@ -141,5 +141,18 @@ vivo-webapp war + + + javax.servlet + servlet-api + 2.5 + provided + + + javax.servlet + jsp-api + 2.0 + provided +