diff options
author | Herbert Eiselt <herbert.eiselt@highstreet-technologies.com> | 2019-02-28 19:12:14 +0100 |
---|---|---|
committer | Herbert Eiselt <herbert.eiselt@highstreet-technologies.com> | 2019-02-28 19:13:06 +0100 |
commit | 46b1c7615d317a74c2c159779f2a5a711292defd (patch) | |
tree | 4b707e6c7bf4011ac2c38348a9ebe7f479913a28 /sdnr/wt/apigateway/installer | |
parent | 49b155ec687cdf58fb51fe8245a2f5f4582b68f0 (diff) |
SDN-R apigateway add junit test
SDN-R apigateway add junit test
Change-Id: I81d278cff48e122cf43d81107d0a221e21232e76
Issue-ID: SDNC-682
Signed-off-by: Herbert Eiselt <herbert.eiselt@highstreet-technologies.com>
Diffstat (limited to 'sdnr/wt/apigateway/installer')
-rwxr-xr-x | sdnr/wt/apigateway/installer/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sdnr/wt/apigateway/installer/pom.xml b/sdnr/wt/apigateway/installer/pom.xml index 1d1802691..7ab192b91 100755 --- a/sdnr/wt/apigateway/installer/pom.xml +++ b/sdnr/wt/apigateway/installer/pom.xml @@ -13,6 +13,7 @@ <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> <version>1.2.1-SNAPSHOT</version> + <relativePath /> </parent> <properties> |