diff options
author | KAPIL SINGAL <ks220y@att.com> | 2021-08-03 16:22:44 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-08-03 16:22:44 +0000 |
commit | e138591a44d353e5773bc053cbf0d449035a08b4 (patch) | |
tree | 89e247d0ae26e772d5662a25fad70dd41f0b4aaa /sdnr/wt/mountpoint-registrar/installer/pom.xml | |
parent | a139990e95592c999cc938c3e302da51c5049fb3 (diff) | |
parent | 66fe8ea2d58813026f074f23594c9ca69a25880d (diff) |
Merge "Ignore SDN-R generated VES Messages"
Diffstat (limited to 'sdnr/wt/mountpoint-registrar/installer/pom.xml')
-rwxr-xr-x | sdnr/wt/mountpoint-registrar/installer/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sdnr/wt/mountpoint-registrar/installer/pom.xml b/sdnr/wt/mountpoint-registrar/installer/pom.xml index 34a70bb77..d1ee3fbb0 100755 --- a/sdnr/wt/mountpoint-registrar/installer/pom.xml +++ b/sdnr/wt/mountpoint-registrar/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> |