From: Harish Venkata Kajur Date: Tue, 30 Apr 2019 15:02:48 +0000 (-0400) Subject: Fix the class not found exception issue X-Git-Tag: 4.0.0-ONAP X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Ftags%2F4.0.0-ONAP;p=aai%2Fchamp.git 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 --- 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