From 5bbbda50a30a20e7f76f4701dfa77be96db20bc2 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Tue, 9 Nov 2021 19:31:28 +0100 Subject: [PATCH] Cleanup cds-access-api dependencies We are using Guava, declare that as a dependency. Change-Id: Ibe905f0d2d87c5e7dfb4fad598acb27b4323c7b8 Signed-off-by: Robert Varga (cherry picked from commit 66b01aae92d17af1e06bad0c0e380feb5c6cf2de) --- opendaylight/md-sal/cds-access-api/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/opendaylight/md-sal/cds-access-api/pom.xml b/opendaylight/md-sal/cds-access-api/pom.xml index 7183d9c0da..ac08c45c65 100644 --- a/opendaylight/md-sal/cds-access-api/pom.xml +++ b/opendaylight/md-sal/cds-access-api/pom.xml @@ -16,6 +16,10 @@ com.typesafe.akka akka-actor_2.13 + + com.google.guava + guava + org.opendaylight.yangtools -- 2.36.6