diff options
author | Dan Timoney <dtimoney@att.com> | 2019-02-12 19:48:53 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-02-12 19:48:53 +0000 |
commit | f66df8c9b66251aaafd6d71eb4773788f087195a (patch) | |
tree | ba7b59e2c2899f26a053f8b50ddd336fe25df6c9 /sdnr/wt/pom.xml | |
parent | bfb7f89289154201b4a854dd6e6d75be2ca3bbd7 (diff) | |
parent | fa5487789f31939d818d8584980c4b8ce09f6900 (diff) |
Merge "Add sdnr wt featureaggregator"
Diffstat (limited to 'sdnr/wt/pom.xml')
-rw-r--r-- | sdnr/wt/pom.xml | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/sdnr/wt/pom.xml b/sdnr/wt/pom.xml index 524bf5d64..b66f7163f 100644 --- a/sdnr/wt/pom.xml +++ b/sdnr/wt/pom.xml @@ -36,12 +36,13 @@ <description>SDN-R wireless transport micro-services</description> <modules> - <module>apigateway</module> - <module>devicemodel</module> - <module>websocketmanager2</module> - <module>helpserver</module> - <module>devicemanager</module> - <module>odlux</module> + <module>apigateway</module> + <module>devicemodel</module> + <module>websocketmanager2</module> + <module>helpserver</module> + <module>devicemanager</module> + <module>odlux</module> + <module>featureaggregator</module> </modules> </project> |