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 --- .../mso-vnfm-adapter-ext-clients/pom.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 adapters/mso-vnfm-adapter/mso-vnfm-adapter-ext-clients/pom.xml (limited to 'adapters/mso-vnfm-adapter/mso-vnfm-adapter-ext-clients/pom.xml') diff --git a/adapters/mso-vnfm-adapter/mso-vnfm-adapter-ext-clients/pom.xml b/adapters/mso-vnfm-adapter/mso-vnfm-adapter-ext-clients/pom.xml new file mode 100644 index 0000000000..0cf1ce72e2 --- /dev/null +++ b/adapters/mso-vnfm-adapter/mso-vnfm-adapter-ext-clients/pom.xml @@ -0,0 +1,17 @@ + + 4.0.0 + + org.onap.so.adapters + mso-vnfm-adapter + 1.4.0-SNAPSHOT + + mso-vnfm-adapter-ext-clients + + UTF-8 + UTF-8 + + mso-vnfm-adapter-ext-clients + Clients for the vnfm adpater to use towards REST endpoints which are external to the VNFM adapter/ + -- cgit 1.2.3-korg