diff options
author | Michael Dürre <michael.duerre@highstreet-technologies.com> | 2020-01-30 12:30:58 +0100 |
---|---|---|
committer | KAPIL SINGAL <ks220y@att.com> | 2020-01-31 20:58:11 +0000 |
commit | fb121a32b8b3431e37d2b73a63aac8055983f8f2 (patch) | |
tree | 1674d0395da57f4a92531f3d35508c58ff904f60 /sdnr/wt/apigateway/pom.xml | |
parent | 84cf604e3f06942a62ae0478327ec6100787761e (diff) |
update apigateway
removed unused code and services
Issue-ID: SDNC-1027
Signed-off-by: Michael Dürre <michael.duerre@highstreet-technologies.com>
Change-Id: Ia126ed7fcc18331858c502409384cbc0570d6be7
Diffstat (limited to 'sdnr/wt/apigateway/pom.xml')
-rwxr-xr-x | sdnr/wt/apigateway/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdnr/wt/apigateway/pom.xml b/sdnr/wt/apigateway/pom.xml index 280b02b8e..cf539a2b7 100755 --- a/sdnr/wt/apigateway/pom.xml +++ b/sdnr/wt/apigateway/pom.xml @@ -39,8 +39,8 @@ <name>ccsdk-features :: ${project.artifactId}</name> <modules> - <module>feature</module> <module>provider</module> + <module>feature</module> <module>installer</module> </modules> |