diff options
author | Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> | 2021-08-03 14:49:42 +0530 |
---|---|---|
committer | Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> | 2021-08-03 14:50:57 +0530 |
commit | a139990e95592c999cc938c3e302da51c5049fb3 (patch) | |
tree | 35c993f016cf7c6ff69aa156138c7cd869ee9933 /sdnr/wt/netconfnode-state-service/installer | |
parent | cef88ce423c3c974caf52cb81702e25807885cd3 (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')
-rwxr-xr-x | sdnr/wt/netconfnode-state-service/installer/pom.xml | 4 |
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> |