X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-backend%2Fpom.xml;h=664747fbebfc960a7f8eb975477ff2b94ddae7a1;hb=HEAD;hp=81e332d4db913c07660353c255e1fd84a2aa9e70;hpb=8cfd065c881e3004ad2596591176d36ae155b701;p=portal%2Fric-dashboard.git diff --git a/webapp-backend/pom.xml b/webapp-backend/pom.xml deleted file mode 100644 index 81e332d4..00000000 --- a/webapp-backend/pom.xml +++ /dev/null @@ -1,200 +0,0 @@ - - - - 4.0.0 - - org.o-ran-sc.portal.ric-dashboard - ric-dash-parent - 1.0.3-SNAPSHOT - - ric-dash-be - RIC Dashboard Webapp backend - - 1.8 - 2.9.2 - - - - org.o-ran-sc.ric.a1med.client - a1-med-client - 0.4.0-SNAPSHOT - - - org.o-ran-sc.ric.anrxapp.client - anr-xapp-client - 0.0.6-SNAPSHOT - - - org.o-ran-sc.ric.e2mgr.client - e2-mgr-client - 20190515-SNAPSHOT - - - org.o-ran-sc.ric.xappmgr.client - xapp-mgr-client - 0.1.3-SNAPSHOT - - - org.springframework.boot - spring-boot-starter-web - - - org.slf4j - slf4j-api - - - ch.qos.logback - logback-classic - - - ch.qos.logback - logback-core - - - io.springfox - springfox-swagger2 - ${springfox.version} - - - io.springfox - springfox-swagger-ui - ${springfox.version} - - - - org.mockito - mockito-core - - - - org.springframework.boot - spring-boot-starter-test - test - - - - - - - org.apache.maven.plugins - maven-deploy-plugin - - - true - - - - org.codehaus.mojo - license-maven-plugin - - - - update-file-header - - process-sources - - ${lmp.organization.name} - ${lmp.inception.year} - ${lmp.project.name} - ${lmp.license.name} - ${lmp.process.start.tag} - ${lmp.process.end.tag} - false - - - - - - org.springframework.boot - spring-boot-maven-plugin - - - maven-resources-plugin - - - - copy-resources - validate - - copy-resources - - - ${project.build.directory}/classes/resources/ - - - ${project.parent.basedir}/webapp-frontend/dist/dashApp/ - - - - - - - - - io.fabric8 - docker-maven-plugin - 0.28.0 - - true - - ${env.CONTAINER_PULL_REGISTRY} - ${env.CONTAINER_PUSH_REGISTRY} - - - - ${project.artifactId}:${project.version} - - openjdk:8-jre-slim - - - ${project.version} - - - artifact - - - - mkdir /maven/logs - chmod -R 777 /maven - - - - - - - - - - - - - - build - push - - - - - - -