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/model/pom.xml | |
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/model/pom.xml')
-rw-r--r-- | sdnr/wt/netconfnode-state-service/model/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdnr/wt/netconfnode-state-service/model/pom.xml b/sdnr/wt/netconfnode-state-service/model/pom.xml index 69f38ed9f..731578d67 100644 --- a/sdnr/wt/netconfnode-state-service/model/pom.xml +++ b/sdnr/wt/netconfnode-state-service/model/pom.xml @@ -62,7 +62,7 @@ <scope>provided</scope> </dependency> <dependency> - <groupId>org.onap.ccsdk.features.sdnr.wt</groupId> + <groupId>${project.groupId}</groupId> <artifactId>sdnr-wt-data-provider-model</artifactId> <version>${project.version}</version> </dependency> |