From 3883e2e1742df4373fefb54667eb888ad17283d5 Mon Sep 17 00:00:00 2001
From: jo-elimu <1451036+jo-elimu@users.noreply.github.com>
Date: Mon, 29 Jul 2024 11:23:46 +0700
Subject: [PATCH] refactor(spring): replace CommonsMultipartResolver
refs #1691
---
pom.xml | 7 -------
src/main/webapp/WEB-INF/spring/applicationContext.xml | 2 +-
2 files changed, 1 insertion(+), 8 deletions(-)
diff --git a/pom.xml b/pom.xml
index 8594ae6d9..fb6fd5c24 100644
--- a/pom.xml
+++ b/pom.xml
@@ -301,13 +301,6 @@
model-${model.version}
-
- commons-fileupload
- commons-fileupload
-
- 1.4
-
-
org.springframework
diff --git a/src/main/webapp/WEB-INF/spring/applicationContext.xml b/src/main/webapp/WEB-INF/spring/applicationContext.xml
index 2ec761095..edd582974 100644
--- a/src/main/webapp/WEB-INF/spring/applicationContext.xml
+++ b/src/main/webapp/WEB-INF/spring/applicationContext.xml
@@ -62,7 +62,7 @@
-
+