This is an automated email from the ASF dual-hosted git repository. pinal pushed a commit to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/atlas.git
The following commit(s) were added to refs/heads/branch-2.0 by this push: new 87bc8f453 ATLAS-4926: Remove dependency of spring-webmvc 87bc8f453 is described below commit 87bc8f4534c2508286c3739160ddc0b67e57cbee 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 aee913023..b2f0e5a9d 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>