From 0c8f71d80d27810449aa3ffe84240891fa31649f Mon Sep 17 00:00:00 2001 From: Ziver Koc Date: Wed, 8 Aug 2018 11:32:57 +0200 Subject: [PATCH] aaded commons fileupload to pom --- Zallery.iml | 3 ++- pom.xml | 10 ++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/Zallery.iml b/Zallery.iml index 775bcac..611df4a 100755 --- a/Zallery.iml +++ b/Zallery.iml @@ -56,13 +56,13 @@ - + @@ -76,5 +76,6 @@ + \ No newline at end of file diff --git a/pom.xml b/pom.xml index b2c6139..08ee8da 100755 --- a/pom.xml +++ b/pom.xml @@ -23,6 +23,11 @@ zutil 1.0.2-SNAPSHOT + + commons-fileupload + commons-fileupload + 1.2.1 + javax.mail javax.mail-api @@ -47,6 +52,11 @@ 3.1.0 provided + + javax.servlet + jstl + 1.2 +