diff options
author | statta <statta@research.att.com> | 2020-04-07 16:07:11 -0400 |
---|---|---|
committer | Sunder Tattavarada <statta@research.att.com> | 2020-04-07 20:08:26 +0000 |
commit | a6c474941df76611545148ba11a8b9337bcf3742 (patch) | |
tree | c42ff6c98bbe50d019fb9be5e57c8f1f0452190b /ecomp-sdk | |
parent | 13758cf841eda6ab5c2c7b7ffa204ee42f298644 (diff) |
Portal SDK - Could not initialize
Issue-ID: PORTAL-873
Change-Id: I57033eebeb6cf4744cdca3e1803bf8b3cd6e35af
Signed-off-by: statta <statta@research.att.com>
Diffstat (limited to 'ecomp-sdk')
-rw-r--r-- | ecomp-sdk/epsdk-app-common/pom.xml | 7 | ||||
-rw-r--r-- | ecomp-sdk/epsdk-app-os/pom.xml | 6 |
2 files changed, 13 insertions, 0 deletions
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 @@ <artifactId>commons-collections</artifactId> <version>3.2.2</version> </dependency> + + <dependency> + <groupId>com.google.guava</groupId> + <artifactId>guava</artifactId> + <version>20.0</version> + </dependency> + </dependencies> </project> 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 @@ <version>${jacoco.version}</version> <classifier>runtime</classifier> </dependency> + + <dependency> + <groupId>com.google.guava</groupId> + <artifactId>guava</artifactId> + <version>20.0</version> + </dependency> </dependencies> </project>
\ No newline at end of file |