From a6c474941df76611545148ba11a8b9337bcf3742 Mon Sep 17 00:00:00 2001 From: statta Date: Tue, 7 Apr 2020 16:07:11 -0400 Subject: Portal SDK - Could not initialize Issue-ID: PORTAL-873 Change-Id: I57033eebeb6cf4744cdca3e1803bf8b3cd6e35af Signed-off-by: statta --- ecomp-sdk/epsdk-app-common/pom.xml | 7 +++++++ ecomp-sdk/epsdk-app-os/pom.xml | 6 ++++++ 2 files changed, 13 insertions(+) diff --git a/ecomp-sdk/epsdk-app-common/pom.xml b/ecomp-sdk/epsdk-app-common/pom.xml index 21a56f01..8995afc2 100644 --- a/ecomp-sdk/epsdk-app-common/pom.xml +++ b/ecomp-sdk/epsdk-app-common/pom.xml @@ -368,5 +368,12 @@ commons-collections 3.2.2 + + + com.google.guava + guava + 20.0 + + diff --git a/ecomp-sdk/epsdk-app-os/pom.xml b/ecomp-sdk/epsdk-app-os/pom.xml index 5daa8b93..62a46018 100644 --- a/ecomp-sdk/epsdk-app-os/pom.xml +++ b/ecomp-sdk/epsdk-app-os/pom.xml @@ -587,6 +587,12 @@ ${jacoco.version} runtime + + + com.google.guava + guava + 20.0 + \ No newline at end of file -- cgit 1.2.3-korg