summaryrefslogtreecommitdiffstats
path: root/adaptors/features/ccsdk-netbox-client/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'adaptors/features/ccsdk-netbox-client/pom.xml')
-rw-r--r--adaptors/features/ccsdk-netbox-client/pom.xml8
1 files changed, 2 insertions, 6 deletions
diff --git a/adaptors/features/ccsdk-netbox-client/pom.xml b/adaptors/features/ccsdk-netbox-client/pom.xml
index 9d79c7818..8dadba91f 100644
--- a/adaptors/features/ccsdk-netbox-client/pom.xml
+++ b/adaptors/features/ccsdk-netbox-client/pom.xml
@@ -32,16 +32,12 @@
<name>ccsdk-sli-adaptors :: netbox-client :: ${project.artifactId}</name>
- <properties>
- <ccsdk.sli.adaptors.version>${project.version}</ccsdk.sli.adaptors.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>
<scope>provided</scope>
@@ -50,7 +46,7 @@
<dependency>
<groupId>org.onap.ccsdk.sli.core</groupId>
<artifactId>ccsdk-dblib</artifactId>
- <version>${ccsdk.sli.core.version}</version>
+ <version>${project.version}</version>
<type>xml</type>
<classifier>features</classifier>
<scope>provided</scope>