X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=nonrtric-gateway%2Fpom.xml;h=42906a7f643a310164812f91102dbb997d531e3c;hb=1f07d3cf9813127421d3e68765a0782b7c69cc2c;hp=1d825b4f050ec169fab639daebc2ebc989d0ae8d;hpb=01bc054298330e1c165b3a42fd31ae6932667247;p=portal%2Fnonrtric-controlpanel.git diff --git a/nonrtric-gateway/pom.xml b/nonrtric-gateway/pom.xml index 1d825b4..42906a7 100644 --- a/nonrtric-gateway/pom.xml +++ b/nonrtric-gateway/pom.xml @@ -3,7 +3,7 @@ * ========================LICENSE_START================================= * O-RAN-SC * %% -* Copyright (C) 2021 Nordix Foundation +* Copyright (C) 2021-2023 Nordix Foundation * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -19,163 +19,161 @@ * ========================LICENSE_END=================================== --> - 4.0.0 - - org.springframework.boot - spring-boot-starter-parent - 2.4.1 - - - org.o-ran-sc.nonrtric - nonrtric-gateway - 1.1.0-SNAPSHOT - Nonrtric Gateway - Nonrtric Gateway + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 + + org.springframework.boot + spring-boot-starter-parent + 3.0.4 + + + org.o-ran-sc.nonrtric + nonrtric-gateway + 1.2.0-SNAPSHOT + Nonrtric Gateway + Nonrtric Gateway - - 11 - 2020.0.0 - 2.13.0 - 2.5.0 - 0.30.0 - + + 17 + 2022.0.2 + 2.13.0 + 2.30.0 + 0.30.0 + - - - org.springframework.cloud - spring-cloud-starter-gateway - + + + 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.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.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 - - - - - - - - - - - - - + + + + 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 + false + + ${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 + false + + ${project.build.finalName}.jar + + + ${project.version} + latest + + + + + + + + + + + + + \ No newline at end of file