X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=enrichment-coordinator-service%2Fpom.xml;fp=enrichment-coordinator-service%2Fpom.xml;h=0000000000000000000000000000000000000000;hb=c6916032d124066c6009e0db070a0cebb9c1ea5f;hp=4edf4d426aaac016af8ade357c5269372f570909;hpb=a28a4ad261601976c345425692116e5d7250b810;p=nonrtric.git diff --git a/enrichment-coordinator-service/pom.xml b/enrichment-coordinator-service/pom.xml deleted file mode 100644 index 4edf4d42..00000000 --- a/enrichment-coordinator-service/pom.xml +++ /dev/null @@ -1,383 +0,0 @@ - - - - 4.0.0 - - org.springframework.boot - spring-boot-starter-parent - 2.5.3 - - - org.o-ran-sc.nonrtric - enrichment-coordinator-service - 1.2.0-SNAPSHOT - - - The Apache Software License, Version 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt - - - - - onap-releases - onap-releases - https://nexus.onap.org/content/repositories/releases/ - - - - 11 - 3.0.0 - 2.8.2 - 1.1.6 - 2.1.6 - 20190722 - 3.6 - 3.8.0 - 2.12.2 - 1.24.3 - 3.0.11 - 0.30.0 - 1.1.11 - 2.1.1 - 3.7.0.1746 - 0.8.5 - true - - - - org.springdoc - springdoc-openapi-ui - 1.5.4 - - - org.springframework.boot - spring-boot-starter-web - - - org.springframework.boot - spring-boot-starter-thymeleaf - - - org.springframework.boot - spring-boot-starter-webflux - - - org.springframework - spring-webflux - - - io.swagger.core.v3 - swagger-jaxrs2 - ${swagger.version} - - - io.swagger.core.v3 - swagger-jaxrs2-servlet-initializer - ${swagger.version} - - - javax.xml.bind - jaxb-api - - - org.immutables - value - ${immutable.version} - provided - - - org.immutables - gson - ${immutable.version} - - - org.json - json - ${json.version} - - - commons-net - commons-net - ${commons-net.version} - - - org.onap.dcaegen2.services.sdk.rest.services - cbs-client - ${sdk.version} - - - org.projectlombok - lombok - provided - - - javax.ws.rs - javax.ws.rs-api - ${javax.ws.rs-api.version} - - - - com.github.erosb - everit-json-schema - 1.12.1 - - - - org.springframework.boot - spring-boot-starter-actuator - - - - io.springfox - springfox-swagger2 - ${springfox.version} - - - io.springfox - springfox-swagger-ui - ${springfox.version} - - - - org.springframework.boot - spring-boot-devtools - true - - - org.springframework.boot - spring-boot-configuration-processor - true - - - - org.springframework.boot - spring-boot-starter-test - test - - - org.awaitility - awaitility - test - - - io.projectreactor - reactor-test - test - - - org.junit.jupiter - junit-jupiter-engine - test - - - org.mockito - mockito-junit-jupiter - test - - - org.mockito - mockito-core - test - - - com.squareup.okhttp3 - mockwebserver - test - - - - - - org.springframework.boot - spring-boot-maven-plugin - - - net.revelc.code.formatter - formatter-maven-plugin - ${formatter-maven-plugin.version} - - ${project.basedir}/eclipse-formatter.xml - - - - - com.diffplug.spotless - spotless-maven-plugin - ${spotless-maven-plugin.version} - - - - - com,java,javax,org - - - - - - - org.apache.maven.plugins - maven-surefire-plugin - - false - - - - maven-failsafe-plugin - - - org.codehaus.mojo - build-helper-maven-plugin - - - add-source - generate-sources - - add-source - - - - ${project.build.directory}/generated-sources/annotations/ - - - - - - - org.jacoco - jacoco-maven-plugin - ${jacoco-maven-plugin.version} - - - default-prepare-agent - - prepare-agent - - - - default-report - prepare-package - - report - - - - - - 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 - ${docker-maven-plugin} - false - - - generate-enrichment-coordinator-service-image - package - - build - - - ${env.CONTAINER_PULL_REGISTRY} - - - o-ran-sc/nonrtric-enrichment-coordinator-service:${project.version} - - try - ${basedir} - Dockerfile - - ${project.build.finalName}.jar - - - ${project.version} - - - - - - - - push-enrichment-coordinator-service-image - - build - push - - - ${env.CONTAINER_PULL_REGISTRY} - ${env.CONTAINER_PUSH_REGISTRY} - - - o-ran-sc/nonrtric-enrichment-coordinator-service:${project.version} - - ${basedir} - Dockerfile - - ${project.build.finalName}.jar - - - ${project.version} - latest - - - - - - - - - - - org.sonarsource.scanner.maven - sonar-maven-plugin - ${sonar-maven-plugin.version} - - - - - JIRA - https://jira.o-ran-sc.org/ - -