X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=nonrtric-gateway%2Fpom.xml;fp=nonrtric-gateway%2Fpom.xml;h=5917ef5f3510495e95616adfdb63a8ecfcdb030c;hb=bccdfae0521c7aa6299b2dee2d887e945ffa3490;hp=0000000000000000000000000000000000000000;hpb=b025b9b3ed3dbe3dc3ccf4edd1fdac05373a8b80;p=portal%2Fnonrtric-controlpanel.git diff --git a/nonrtric-gateway/pom.xml b/nonrtric-gateway/pom.xml new file mode 100644 index 0000000..5917ef5 --- /dev/null +++ b/nonrtric-gateway/pom.xml @@ -0,0 +1,181 @@ + + + + 4.0.0 + + org.springframework.boot + spring-boot-starter-parent + 2.4.1 + + + org.oransc.nonrtric + nonrtric-gateway + 0.0.1-SNAPSHOT + Nonrtric Gateway + Nonrtric Gateway + + + 11 + 2020.0.0 + 2.13.0 + 2.5.0 + 0.30.0 + + + + + org.springframework.cloud + spring-cloud-starter-gateway + + + + org.springframework.boot + spring-boot-starter-test + test + + + org.springframework.boot + spring-boot-starter-actuator + runtime + + + + + + + org.springframework.cloud + spring-cloud-dependencies + ${spring-cloud.version} + pom + import + + + + + + + + org.springframework.boot + spring-boot-maven-plugin + + + net.revelc.code.formatter + formatter-maven-plugin + ${formatter-maven-plugin.version} + + LF + ${project.basedir}/eclipse-formatter.xml + + + + + com.diffplug.spotless + spotless-maven-plugin + ${spotless-maven-plugin.version} + + UNIX + + + + com,java,javax,org + + + + + + + + + + docker + + + + io.fabric8 + docker-maven-plugin + ${docker-maven-plugin.version} + false + + + generate-nonrtric-gateway-image + package + + build + + + ${env.CONTAINER_PULL_REGISTRY} + + + o-ran-sc/nonrtric-gateway:${project.version} + + try + ${basedir} + Dockerfile + + ${project.build.finalName}.jar + + + ${project.version} + + + + + + + + push-nonrtric-gateway-image + + build + push + + + ${env.CONTAINER_PULL_REGISTRY} + ${env.CONTAINER_PUSH_REGISTRY} + + + o-ran-sc/nonrtric-gateway:${project.version} + + ${basedir} + Dockerfile + + ${project.build.finalName}.jar + + + ${project.version} + latest + + + + + + + + + + + + + \ No newline at end of file