X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=enrichment-coordinator-service%2Fpom.xml;h=2a653150e0e755f94ae4ba0415134f42afdd2343;hb=f2bfafab18e7fb197a7e351a4f6a89c2936cbb5c;hp=f7d6e5e68b56b2dab55270cba179153942d66329;hpb=2a4277170d56dde1a7b91aeeee87d85fd9d5be74;p=nonrtric.git diff --git a/enrichment-coordinator-service/pom.xml b/enrichment-coordinator-service/pom.xml index f7d6e5e6..2a653150 100644 --- a/enrichment-coordinator-service/pom.xml +++ b/enrichment-coordinator-service/pom.xml @@ -31,7 +31,7 @@ org.o-ran-sc.nonrtric enrichment-coordinator-service - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT The Apache Software License, Version 2.0 @@ -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