From: Robert Varga Date: Wed, 14 May 2014 19:38:16 +0000 (+0200) Subject: BUG-994: introduce object-cache into distribution X-Git-Tag: autorelease-tag-v20140601202136_82eb3f9~60^2 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=refs%2Fchanges%2F98%2F6998%2F2 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 --- 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