diff options
Diffstat (limited to 'northbound/features/ccsdk-lcm/pom.xml')
-rw-r--r-- | northbound/features/ccsdk-lcm/pom.xml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/northbound/features/ccsdk-lcm/pom.xml b/northbound/features/ccsdk-lcm/pom.xml index b4869bf71..aef5e161a 100644 --- a/northbound/features/ccsdk-lcm/pom.xml +++ b/northbound/features/ccsdk-lcm/pom.xml @@ -16,16 +16,12 @@ <name>ccsdk-sli-northbound :: lcm :: ${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> |