From 8aeffa0e56e595e46968d62211b4dccdb6c023f5 Mon Sep 17 00:00:00 2001 From: MichaelMorris Date: Wed, 13 Mar 2019 17:24:42 +0000 Subject: 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 --- adapters/pom.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'adapters/pom.xml') 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 @@ mso-catalog-db-adapter mso-vfc-adapter mso-openstack-adapters + mso-vnfm-adapter -- cgit 1.2.3-korg