Fix the class not found exception issue 36/86636/1 1.4.0 4.0.0-ONAP
authorHarish Venkata Kajur <vk250x@att.com>
Tue, 30 Apr 2019 15:02:48 +0000 (11:02 -0400)
committerHarish Venkata Kajur <vk250x@att.com>
Tue, 30 Apr 2019 15:02:51 +0000 (11:02 -0400)
Add the guava dependency 19.0 to
fix the java.lang.NoClassDefFoundError:
com/google/common/util/concurrent/FutureFallback

Issue-ID: AAI-2388
Change-Id: I9c2f763ad5aa1dce97d6dbc4f264bfc0a550fd98
Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
champ-service-deps-janus/pom.xml

index 1fa571f..f8e519f 100644 (file)
@@ -33,6 +33,11 @@ limitations under the License.
     <packaging>pom</packaging>
 
     <dependencies>
+        <dependency>
+            <groupId>com.google.guava</groupId>
+            <artifactId>guava</artifactId>
+            <version>19.0</version>
+        </dependency>
         <dependency>
             <groupId>org.onap.aai.champ.champ-lib</groupId>
             <artifactId>champ-janus</artifactId>