diff options
author | Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> | 2021-07-30 10:27:03 +0530 |
---|---|---|
committer | Ravi Pendurty <ravi.pendurty@highstreet-technologies.com> | 2021-07-30 10:27:45 +0530 |
commit | 0c8d2c3d7dfd79a25107480af718d3d76cd45f39 (patch) | |
tree | 5b41bdc44fcee689bd1f3dfaba48354f4953d1df /sdnr/wt/apigateway/installer | |
parent | e4f3ee3ce9264c6ca41928e49c3075d4ca99eb0f (diff) |
Refactor unit tests
Refactor unit tests for apigateway
Issue-ID: CCSDK-3402
Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com>
Change-Id: Ib5e5eb522a77d1df4a5a8feccc5c9e7d8a942b83
Signed-off-by: Ravi Pendurty <ravi.pendurty@highstreet-technologies.com>
Diffstat (limited to 'sdnr/wt/apigateway/installer')
-rwxr-xr-x | sdnr/wt/apigateway/installer/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sdnr/wt/apigateway/installer/pom.xml b/sdnr/wt/apigateway/installer/pom.xml index 0f206bf68..3ee6e27a9 100755 --- a/sdnr/wt/apigateway/installer/pom.xml +++ b/sdnr/wt/apigateway/installer/pom.xml @@ -45,7 +45,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> @@ -58,7 +58,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> |