summaryrefslogtreecommitdiffstats
path: root/ecomp-sdk/epsdk-app-os
diff options
context:
space:
mode:
authorstatta <statta@research.att.com>2020-04-07 16:07:11 -0400
committerstatta <statta@research.att.com>2020-04-07 16:07:11 -0400
commitd07837ee769fb29090f0e71e4134fdf8f78e60e4 (patch)
treefa86998522b01d1e658f82e434312fc2abea6223 /ecomp-sdk/epsdk-app-os
parent4fe4c6992c81e236f16167ce0027ecdc5d837c15 (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/epsdk-app-os')
-rw-r--r--ecomp-sdk/epsdk-app-os/pom.xml6
1 files changed, 6 insertions, 0 deletions
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