Portal SDK - Could not initialize 45/105445/1
authorstatta <statta@research.att.com>
Tue, 7 Apr 2020 20:07:11 +0000 (16:07 -0400)
committerstatta <statta@research.att.com>
Tue, 7 Apr 2020 20:07:11 +0000 (16:07 -0400)
Issue-ID: PORTAL-873
Change-Id: I57033eebeb6cf4744cdca3e1803bf8b3cd6e35af
Signed-off-by: statta <statta@research.att.com>
ecomp-sdk/epsdk-app-common/pom.xml
ecomp-sdk/epsdk-app-os/pom.xml

index 21a56f0..8995afc 100644 (file)
                <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>
index 251ba50..6527d5c 100644 (file)
                        <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