diff options
author | MichaelMorris <michael.morris@est.tech> | 2019-03-13 17:24:42 +0000 |
---|---|---|
committer | MichaelMorris <michael.morris@est.tech> | 2019-03-13 17:24:42 +0000 |
commit | 8aeffa0e56e595e46968d62211b4dccdb6c023f5 (patch) | |
tree | 609b12c5a17fbcc6a5375ebd606027b6f70192cb /adapters/pom.xml | |
parent | c1a2f4b9a33f6b2bec77dbfbc6b43663ad9cca1f (diff) |
Create VNFM adapter shell
Create maven structure, spring boot application and docker image for the VNFM adapter. Implementation of functionality will follow in subsequent stories.
Issue-ID: SO-1620
Change-Id: I735ead3f1c34bf33e6813a3741609409b0da851c
Signed-off-by: MichaelMorris <michael.morris@est.tech>
Diffstat (limited to 'adapters/pom.xml')
-rw-r--r-- | adapters/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/adapters/pom.xml b/adapters/pom.xml index 634a1616e6..d00304b837 100644 --- a/adapters/pom.xml +++ b/adapters/pom.xml @@ -20,6 +20,7 @@ <module>mso-catalog-db-adapter</module> <module>mso-vfc-adapter</module> <module>mso-openstack-adapters</module> + <module>mso-vnfm-adapter</module> </modules> <dependencies> |