From: Robert Varga Date: Tue, 29 Jun 2021 08:43:58 +0000 (+0200) Subject: Cleanup cds-access-api dependencies X-Git-Tag: v4.0.0~25 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?p=controller.git;a=commitdiff_plain;h=7b4f89f87fc25df4a75f238c0cc83ec6b3173c6e Cleanup cds-access-api dependencies We do not need sal-clustering-commons anymore, as the requisite functionality has been upstreamed. Change-Id: Ia2bcf61e1eaed79e349fad811e88e710f76a232d Signed-off-by: Robert Varga --- diff --git a/opendaylight/md-sal/cds-access-api/pom.xml b/opendaylight/md-sal/cds-access-api/pom.xml index c9308fe3c7..b1de245fe3 100644 --- a/opendaylight/md-sal/cds-access-api/pom.xml +++ b/opendaylight/md-sal/cds-access-api/pom.xml @@ -21,15 +21,21 @@ org.opendaylight.yangtools concepts + + org.opendaylight.yangtools + yang-common + org.opendaylight.yangtools yang-data-api - - - org.opendaylight.controller - sal-clustering-commons + org.opendaylight.yangtools + yang-data-impl + + + org.opendaylight.yangtools + yang-data-codec-binfmt diff --git a/opendaylight/md-sal/cds-access-client/pom.xml b/opendaylight/md-sal/cds-access-client/pom.xml index aa6f6a4943..796a92c1b4 100644 --- a/opendaylight/md-sal/cds-access-client/pom.xml +++ b/opendaylight/md-sal/cds-access-client/pom.xml @@ -25,6 +25,10 @@ org.opendaylight.yangtools yang-data-api + + org.opendaylight.controller + sal-clustering-commons + org.mockito