From c748ac22157e97dd0d620ef58b930ad97dc04cfe Mon Sep 17 00:00:00 2001 From: Harish Venkata Kajur Date: Tue, 30 Apr 2019 11:02:48 -0400 Subject: [PATCH] Fix the class not found exception issue 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 --- champ-service-deps-janus/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/champ-service-deps-janus/pom.xml b/champ-service-deps-janus/pom.xml index 1fa571f..f8e519f 100644 --- a/champ-service-deps-janus/pom.xml +++ b/champ-service-deps-janus/pom.xml @@ -33,6 +33,11 @@ limitations under the License. pom + + com.google.guava + guava + 19.0 + org.onap.aai.champ.champ-lib champ-janus -- 2.16.6