summaryrefslogtreecommitdiffstats
path: root/northbound/asdcApi/provider/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'northbound/asdcApi/provider/pom.xml')
-rwxr-xr-xnorthbound/asdcApi/provider/pom.xml6
1 files changed, 1 insertions, 5 deletions
diff --git a/northbound/asdcApi/provider/pom.xml b/northbound/asdcApi/provider/pom.xml
index c267fc0c4..a308ff5a1 100755
--- a/northbound/asdcApi/provider/pom.xml
+++ b/northbound/asdcApi/provider/pom.xml
@@ -16,16 +16,12 @@
<name>ccsdk-sli-northbound :: asdcApi :: ${project.artifactId}</name>
- <properties>
- <ccsdk.sli.northbound.version>${project.version}</ccsdk.sli.northbound.version>
- </properties>
-
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.onap.ccsdk.sli.core</groupId>
<artifactId>sli-core-artifacts</artifactId>
- <version>${ccsdk.sli.core.version}</version>
+ <version>${project.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>