From: Alexis de Talhouët Date: Tue, 13 Nov 2018 18:31:57 +0000 (-0500) Subject: Fix error: cannot access SvcLogicResource in vlan X-Git-Tag: 0.4.0~120 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=452a3c355a74436457bd526e08c08583e64a7ae0;p=ccsdk%2Fapps.git Fix error: cannot access SvcLogicResource in vlan Since https://gerrit.onap.org/r/#/c/71970/ got merged, transitive dependency is no longer resolving SvcLogicResource hence we need to explicitly define it here. Add dependency as provided so it's available during compilation Change-Id: I9182eb8e9cfa38f5251faf9fecb4ac4ca13e3148 Issue-ID: CCSDK-653 Signed-off-by: Alexis de Talhouët --- diff --git a/ms/vlantag-api/pom.xml b/ms/vlantag-api/pom.xml index 61b11b29..de5e97a7 100644 --- a/ms/vlantag-api/pom.xml +++ b/ms/vlantag-api/pom.xml @@ -72,6 +72,12 @@ 2.0.1.RELEASE + + org.onap.ccsdk.sli.core + sli-common + ${ccsdk.sli.core.version} + provided + org.onap.ccsdk.sli.adaptors resource-assignment-provider