diff options
Diffstat (limited to 'northbound/features/ccsdk-asdcApi')
-rw-r--r-- | northbound/features/ccsdk-asdcApi/pom.xml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/northbound/features/ccsdk-asdcApi/pom.xml b/northbound/features/ccsdk-asdcApi/pom.xml index 951c8a792..799d499c7 100644 --- a/northbound/features/ccsdk-asdcApi/pom.xml +++ b/northbound/features/ccsdk-asdcApi/pom.xml @@ -16,15 +16,11 @@ <name>ccsdk-sli-northbound :: asdcApi :: ${project.artifactId}</name> - <properties> - <ccsdk.sli.northbound.version>${project.version}</ccsdk.sli.northbound.version> - </properties> - <dependencies> <dependency> <groupId>org.onap.ccsdk.sli.core</groupId> <artifactId>ccsdk-sli</artifactId> - <version>${ccsdk.sli.core.version}</version> + <version>${project.version}</version> <type>xml</type> <classifier>features</classifier> </dependency> |