From e020ca3c855ec9555213abfdd89e14d72310177d Mon Sep 17 00:00:00 2001 From: MichaelMorris Date: Thu, 18 Mar 2021 11:40:48 +0000 Subject: Publish swagger files for SDC APIs I have created a swagger file for each of the APIs as they are currently listed on the architecture page. Some of the files can be easily be combined if some of the APIs are combined. I have created a single file for SDCE-2 and SDCE-5 as it is not possible to seperate as they are both paritially implemented in the same class with overlapping paths I have copied the generated swagger files to the docs directory as I suspect they need to be under source control for the generation of the readthedocs page Signed-off-by: MichaelMorris Issue-ID: SDC-3525 Change-Id: Id42412704311a573e3ebf911ad34d909c1c3f1b2 --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 0a759b302c..9f2bfb9663 100644 --- a/pom.xml +++ b/pom.xml @@ -64,6 +64,7 @@ Modifications copyright (c) 2018-2019 Nokia 2.3.1 0.10.3 3.0.7 + 2.1.7 4.1 2.1 @@ -245,6 +246,11 @@ Modifications copyright (c) 2018-2019 Nokia netty-handler ${netty.version} + + io.swagger.core.v3 + swagger-maven-plugin + ${swagger-core-mvn-plugin.version} + -- cgit 1.2.3-korg