summaryrefslogtreecommitdiffstats
path: root/sdnr/wt/mountpoint-state-provider/installer
diff options
context:
space:
mode:
authorRavi Pendurty <ravi.pendurty@highstreet-technologies.com>2021-05-18 09:47:00 +0530
committerRavi Pendurty <ravi.pendurty@highstreet-technologies.com>2021-05-18 09:52:24 +0530
commitcaaf7cf0edd7c605c9d57c0470806d2a13ebe773 (patch)
treec9c5ac7474aa5b19243b9f57d54172f06d5cb0aa /sdnr/wt/mountpoint-state-provider/installer
parentc8b3f59b0bc308e9b715ce88ac83d67959dc112d (diff)
Fix nullPointerException
IPv4/IPv6 addresses can be used as mountpoint addresses for reporting state changes Issue-ID: CCSDK-3308 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> Change-Id: I8fda8297a15998a293dbd13da084e4ef2c369705 Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com>
Diffstat (limited to 'sdnr/wt/mountpoint-state-provider/installer')
-rwxr-xr-xsdnr/wt/mountpoint-state-provider/installer/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/sdnr/wt/mountpoint-state-provider/installer/pom.xml b/sdnr/wt/mountpoint-state-provider/installer/pom.xml
index 0ad724e73..2da73f060 100755
--- a/sdnr/wt/mountpoint-state-provider/installer/pom.xml
+++ b/sdnr/wt/mountpoint-state-provider/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>