diff options
author | statta <statta@research.att.com> | 2020-04-07 16:07:11 -0400 |
---|---|---|
committer | statta <statta@research.att.com> | 2020-04-07 16:07:11 -0400 |
commit | d07837ee769fb29090f0e71e4134fdf8f78e60e4 (patch) | |
tree | fa86998522b01d1e658f82e434312fc2abea6223 | |
parent | 4fe4c6992c81e236f16167ce0027ecdc5d837c15 (diff) |
Portal SDK - Could not initialize
Issue-ID: PORTAL-873
Change-Id: I57033eebeb6cf4744cdca3e1803bf8b3cd6e35af
Signed-off-by: statta <statta@research.att.com>
-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 251ba507..6527d5cd 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 |