summaryrefslogtreecommitdiffstats
path: root/northbound/dmaap-listener
diff options
context:
space:
mode:
Diffstat (limited to 'northbound/dmaap-listener')
-rwxr-xr-xnorthbound/dmaap-listener/pom.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/northbound/dmaap-listener/pom.xml b/northbound/dmaap-listener/pom.xml
index 664c8cc47..fcc069607 100755
--- a/northbound/dmaap-listener/pom.xml
+++ b/northbound/dmaap-listener/pom.xml
@@ -24,8 +24,6 @@
<build.number>${maven.build.timestamp}</build.number>
<SWM_VERSION>${project.version}-${build.number}</SWM_VERSION>
- <ccsdk.sli.core.version>1.1.0</ccsdk.sli.core.version>
- <ccsdk.sli.northbound.version>${project.version}</ccsdk.sli.northbound.version>
</properties>
<dependencyManagement>
@@ -33,7 +31,7 @@
<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>