diff options
author | Sudarshan Kumar <sudarshan.kumar@att.com> | 2020-03-12 14:27:57 +0530 |
---|---|---|
committer | Sudarshan Kumar <sudarshan.kumar@att.com> | 2020-03-12 20:25:59 +0530 |
commit | d7c3aae80ea1c8c9af4d7981bb77b68be7974427 (patch) | |
tree | 9f46cd8f1012fa90c4d03a7bd7d3fb46ded3c3bc /ecomp-portal-BE-os/pom.xml | |
parent | 27ae433a573b92a1907042c18db9947494211fe3 (diff) |
Changes made to fix login error
Changes made for fix login error and checking condition inside
footer.html
Issue-ID: PORTAL-852
Change-Id: I4801f73e9e25b6e4ab3b6e9b4e9228d46a8f56a8
Signed-off-by: Sudarshan Kumar <sudarshan.kumar@att.com>
Diffstat (limited to 'ecomp-portal-BE-os/pom.xml')
-rw-r--r-- | ecomp-portal-BE-os/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ecomp-portal-BE-os/pom.xml b/ecomp-portal-BE-os/pom.xml index e8c8d5b2..7ab6cc4a 100644 --- a/ecomp-portal-BE-os/pom.xml +++ b/ecomp-portal-BE-os/pom.xml @@ -231,6 +231,11 @@ <artifactId>spring-tx</artifactId> <version>${springframework.version}</version> </dependency> + <dependency> + <groupId>org.springframework</groupId> + <artifactId>spring-expression</artifactId> + <version>${springframework.version}</version> + </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context-support</artifactId> |