From 4959f4b0909f405bd6b8398a07b0e14618a921c6 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Wed, 14 May 2014 21:38:16 +0200 Subject: [PATCH] BUG-994: introduce object-cache into distribution This is the prerequisite for https://git.opendaylight.org/gerrit/#/c/6926/, which introduces dependency on object-cache-api. We also add implementation based on Guava's Cache. Change-Id: I798750bf95da540ee1c95c4ac18977729322a291 Signed-off-by: Robert Varga --- opendaylight/commons/opendaylight/pom.xml | 10 ++++++++++ opendaylight/distribution/opendaylight/pom.xml | 8 ++++++++ 2 files changed, 18 insertions(+) diff --git a/opendaylight/commons/opendaylight/pom.xml b/opendaylight/commons/opendaylight/pom.xml index 81cc16da9f..7cec465da6 100644 --- a/opendaylight/commons/opendaylight/pom.xml +++ b/opendaylight/commons/opendaylight/pom.xml @@ -1392,6 +1392,16 @@ concepts ${yangtools.version} + + org.opendaylight.yangtools + object-cache-api + ${yangtools.version} + + + org.opendaylight.yangtools + object-cache-guava + ${yangtools.version} + org.opendaylight.yangtools restconf-client-api diff --git a/opendaylight/distribution/opendaylight/pom.xml b/opendaylight/distribution/opendaylight/pom.xml index 04818e78c6..48e661f196 100644 --- a/opendaylight/distribution/opendaylight/pom.xml +++ b/opendaylight/distribution/opendaylight/pom.xml @@ -1129,6 +1129,14 @@ org.opendaylight.yangtools concepts + + org.opendaylight.yangtools + object-cache-api + + + org.opendaylight.yangtools + object-cache-guava + org.opendaylight.yangtools restconf-client-api -- 2.36.6