From 452a3c355a74436457bd526e08c08583e64a7ae0 Mon Sep 17 00:00:00 2001 From: Alexis de Talhouët Date: Tue, 13 Nov 2018 13:31:57 -0500 Subject: Fix error: cannot access SvcLogicResource in vlan MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- ms/vlantag-api/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ms/vlantag-api/pom.xml') 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 -- cgit 1.2.3-korg