diff options
author | Dan Timoney <dtimoney@att.com> | 2021-07-27 16:46:16 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-07-27 16:46:16 -0400 |
commit | a3e1cdec413a807c07077ee1657e76fd44448d6d (patch) | |
tree | 363637497c933d44574e88ff7fe6f4ef9e7e8c24 /optical-service/provider/pom.xml | |
parent | 605fa6cedd43482cb5ca871a8b54f59683f5d560 (diff) |
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 <dtimoney@att.com>
Change-Id: I6906cf90cebd78331bfcee32b8a7fdac9d4703ec
Diffstat (limited to 'optical-service/provider/pom.xml')
-rw-r--r-- | optical-service/provider/pom.xml | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/optical-service/provider/pom.xml b/optical-service/provider/pom.xml index dda0e8cf..116fdd0c 100644 --- a/optical-service/provider/pom.xml +++ b/optical-service/provider/pom.xml @@ -20,17 +20,6 @@ <sdnc.northbound.version>${project.version}</sdnc.northbound.version> </properties> - <dependencyManagement> - <dependencies> - <dependency> - <groupId>org.onap.ccsdk.sli.core</groupId> - <artifactId>sli-core-artifacts</artifactId> - <version>${ccsdk.sli.version}</version> - <type>pom</type> - <scope>import</scope> - </dependency> - </dependencies> - </dependencyManagement> <dependencies> <dependency> <groupId>org.onap.sdnc.northbound</groupId> @@ -40,10 +29,12 @@ <dependency> <groupId>org.onap.ccsdk.sli.core</groupId> <artifactId>sli-common</artifactId> + <version>${ccsdk.sli.version}</version> </dependency> <dependency> <groupId>org.onap.ccsdk.sli.core</groupId> <artifactId>sli-provider</artifactId> + <version>${ccsdk.sli.version}</version> </dependency> <dependency> <groupId>org.osgi</groupId> |