From a3e1cdec413a807c07077ee1657e76fd44448d6d Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Tue, 27 Jul 2021 16:46:16 -0400 Subject: Update to support use of version ranges Updates to allow use of ranges in CCSDK version properties. Issue-ID: CCSDK-3387 Signed-off-by: Dan Timoney Change-Id: I6906cf90cebd78331bfcee32b8a7fdac9d4703ec --- vnftools/provider/pom.xml | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) (limited to 'vnftools/provider') diff --git a/vnftools/provider/pom.xml b/vnftools/provider/pom.xml index ee271d58..0d20a99b 100644 --- a/vnftools/provider/pom.xml +++ b/vnftools/provider/pom.xml @@ -20,17 +20,6 @@ UTF-8 - - - - org.onap.ccsdk.sli.core - sli-core-artifacts - ${ccsdk.sli.version} - pom - import - - - junit @@ -45,10 +34,12 @@ org.onap.ccsdk.sli.core sli-common + ${ccsdk.sli.version} org.onap.ccsdk.sli.core sli-provider + ${ccsdk.sli.version} org.slf4j -- cgit 1.2.3-korg