summaryrefslogtreecommitdiffstats
path: root/sdnr/wt/netconfnode-state-service/installer/pom.xml
diff options
context:
space:
mode:
authorRavi Pendurty <ravi.pendurty@highstreet-technologies.com>2021-08-03 14:49:42 +0530
committerRavi Pendurty <ravi.pendurty@highstreet-technologies.com>2021-08-03 14:50:57 +0530
commita139990e95592c999cc938c3e302da51c5049fb3 (patch)
tree35c993f016cf7c6ff69aa156138c7cd869ee9933 /sdnr/wt/netconfnode-state-service/installer/pom.xml
parentcef88ce423c3c974caf52cb81702e25807885cd3 (diff)
Capabilities check to include both namespace and revision
Capabilities check to include both namespace and revision Issue-ID: CCSDK-3410 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> Change-Id: Id574747c2cefd07d559d209dce2837c2833630e8 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com>
Diffstat (limited to 'sdnr/wt/netconfnode-state-service/installer/pom.xml')
-rwxr-xr-xsdnr/wt/netconfnode-state-service/installer/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/sdnr/wt/netconfnode-state-service/installer/pom.xml b/sdnr/wt/netconfnode-state-service/installer/pom.xml
index 5a066fdd6..f2ed1ce23 100755
--- a/sdnr/wt/netconfnode-state-service/installer/pom.xml
+++ b/sdnr/wt/netconfnode-state-service/installer/pom.xml
@@ -47,7 +47,7 @@
<dependencies>
<dependency>
- <groupId>org.onap.ccsdk.features.sdnr.wt</groupId>
+ <groupId>${project.groupId}</groupId>
<artifactId>${application.name}-feature</artifactId>
<version>${project.version}</version>
<type>xml</type>
@@ -60,7 +60,7 @@
</exclusions>
</dependency>
<dependency>
- <groupId>org.onap.ccsdk.features.sdnr.wt</groupId>
+ <groupId>${project.groupId}</groupId>
<artifactId>${application.name}-provider</artifactId>
<version>${project.version}</version>
</dependency>