X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=enrichment-coordinator-service%2Fpom.xml;h=2a653150e0e755f94ae4ba0415134f42afdd2343;hb=30f931f999a839a549d6c3bda6e182c8e3ec0b2f;hp=d34c9a6b04bfe3e832ff200a1e0e476c51027e27;hpb=32157220c43100bd0ab49da4f6232348ee2e99fe;p=nonrtric.git diff --git a/enrichment-coordinator-service/pom.xml b/enrichment-coordinator-service/pom.xml index d34c9a6b..2a653150 100644 --- a/enrichment-coordinator-service/pom.xml +++ b/enrichment-coordinator-service/pom.xml @@ -56,6 +56,7 @@ 3.8.0 2.12.2 1.24.3 + 3.0.11 0.30.0 1.1.11 2.1.1 @@ -280,6 +281,27 @@ + + io.swagger.codegen.v3 + swagger-codegen-maven-plugin + ${swagger-codegen-maven-plugin.version} + + + test + + generate + + + ${project.basedir}/api/ecs-api.json + openapi-yaml + ${project.basedir}/api + + ecs-api.yaml + + + + + io.fabric8 docker-maven-plugin