diff options
author | jegadeeshbabu3 <jegadeesh.babu@att.com> | 2020-08-12 18:41:58 +0530 |
---|---|---|
committer | Jegadeesh Babu <jegadeesh.babu@att.com> | 2020-08-12 14:10:35 +0000 |
commit | 891d3563168c33f5983c4f9ea30535b04ecb7cb3 (patch) | |
tree | ed5517c404da78738db3861dbf457115a33c48d2 /ecomp-portal-BE-common | |
parent | 560c13ca93cafcc163c5c139bc1324212c2dd54f (diff) |
Application start up issue is fixed
Application start up issue is fixed
Issue-ID: PORTAL-980
Change-Id: I52394cfb3e3fb007f13232c56201e4f4dc1780d1
Signed-off-by: jegadeeshbabu3 <jegadeesh.babu@att.com>
Diffstat (limited to 'ecomp-portal-BE-common')
-rw-r--r-- | ecomp-portal-BE-common/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ecomp-portal-BE-common/pom.xml b/ecomp-portal-BE-common/pom.xml index 85cf8757..c106df01 100644 --- a/ecomp-portal-BE-common/pom.xml +++ b/ecomp-portal-BE-common/pom.xml @@ -351,7 +351,7 @@ <dependency> <groupId>org.apache.poi</groupId> <artifactId>poi</artifactId> - <version>4.1.1</version> + <version>3.17</version> <exclusions> <exclusion> <groupId>commons-logging</groupId> |