This is an automated email from the ASF dual-hosted git repository.

pinal pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/atlas.git


The following commit(s) were added to refs/heads/master by this push:
     new 5aa2f69ea ATLAS-4926: Remove dependency of spring-webmvc
5aa2f69ea is described below

commit 5aa2f69eaf359b8a5101495be3f962562bc4bd5c
Author: dishatalreja <dishatalre...@gmail.com>
AuthorDate: Mon Dec 9 19:29:21 2024 -0800

    ATLAS-4926: Remove dependency of spring-webmvc
    
    Signed-off-by: Pinal Shah <pinal.s...@freestoneinfotech.com>
---
 webapp/pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/webapp/pom.xml b/webapp/pom.xml
index feba327cf..66981de8f 100755
--- a/webapp/pom.xml
+++ b/webapp/pom.xml
@@ -407,11 +407,6 @@
             <artifactId>spring-web</artifactId>
         </dependency>
 
-        <dependency>
-            <groupId>org.springframework</groupId>
-            <artifactId>spring-webmvc</artifactId>
-        </dependency>
-
         <dependency>
             <groupId>org.springframework.security</groupId>
             <artifactId>spring-security-config</artifactId>

Reply via email to