diff options
author | 2020-07-30 22:16:02 +0530 | |
---|---|---|
committer | 2020-07-30 16:49:43 +0000 | |
commit | 78c73d16d270ff182057fb797631a270d13c3740 (patch) | |
tree | 79e91627b06bde02970780c9c4359d85b7240798 /ecomp-portal-widget-ms/widget-ms/pom.xml | |
parent | 6410e19d3e12c158745c3c65bc7b3b98ffd4cac3 (diff) |
Widget MS startup fix and Onboarding changes
Widget MS fix and Onboarding changes
Issue-ID: PORTAL-962
Change-Id: I57d09345cf05d123fd3908360a00b8f2122d0ce9
Signed-off-by: jz385p <jegadeesh.babu@att.com>
Diffstat (limited to 'ecomp-portal-widget-ms/widget-ms/pom.xml')
-rw-r--r-- | ecomp-portal-widget-ms/widget-ms/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ecomp-portal-widget-ms/widget-ms/pom.xml b/ecomp-portal-widget-ms/widget-ms/pom.xml index 50a285c2..2cdf13f3 100644 --- a/ecomp-portal-widget-ms/widget-ms/pom.xml +++ b/ecomp-portal-widget-ms/widget-ms/pom.xml @@ -91,7 +91,7 @@ <dependency> <groupId>org.mariadb.jdbc</groupId> <artifactId>mariadb-java-client</artifactId> - <!-- <version>1.5.8</version> --> + <version>1.5.8</version> </dependency> <dependency> <groupId>com.github.ulisesbocchio</groupId> |