X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-backend%2Fpom.xml;h=664747fbebfc960a7f8eb975477ff2b94ddae7a1;hb=HEAD;hp=a7ee92bab6f54537cf4e514dcc7e07880b2bbfc3;hpb=a38e36caa736b48ca6aefafc3f03eeb966f6efb5;p=portal%2Fric-dashboard.git diff --git a/webapp-backend/pom.xml b/webapp-backend/pom.xml deleted file mode 100644 index a7ee92ba..00000000 --- a/webapp-backend/pom.xml +++ /dev/null @@ -1,326 +0,0 @@ - - - - 4.0.0 - - org.o-ran-sc.portal.ric-dashboard - ric-dash-parent - 1.2.0-SNAPSHOT - - ric-dash-be - RIC Dashboard Webapp backend - - 2.9.2 - - 0 - - - - onap-releases - ONAP - Release Repository - https://nexus.onap.org/content/repositories/releases - - - - - - org.o-ran-sc.ric.xapp.anr.client - anr-xapp-client - 0.0.8-SNAPSHOT - - - - org.o-ran-sc.ric.plt.a1med.client - a1-med-client - 0.10.0-SNAPSHOT - - - org.o-ran-sc.ric.plt.appmgr.client - app-mgr-client - 0.1.5-SNAPSHOT - - - org.o-ran-sc.ric.plt.e2mgr.client - e2-mgr-client - 20190703-SNAPSHOT - - - org.onap.portal.sdk - epsdk-fw - 2.4.0 - - - commons-logging - commons-logging - - - log4j - log4j - - - log4j - apache-log4j-extras - - - org.slf4j - slf4j-log4j12 - - - junit - junit - - - commons-fileupload - commons-fileupload - - - commons-beanutils - commons-beanutils - - - - org.powermock - powermock-module-junit4 - - - - org.powermock - powermock-api-mockito - - - - - org.springframework.boot - spring-boot-starter-security - - - org.springframework.boot - spring-boot-starter-web - - - org.slf4j - slf4j-api - - - - org.slf4j - jcl-over-slf4j - - - 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 - test - - - org.springframework.boot - spring-boot-starter-test - test - - - org.junit.jupiter - junit-jupiter-api - test - - - org.junit.jupiter - junit-jupiter-engine - test - - - org.junit.platform - junit-platform-launcher - test - - - - - - org.springframework.boot - spring-boot-maven-plugin - - - 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.apache.maven.plugins - maven-jar-plugin - - - - true - - - ${project.version}-b${build.number} - - - - - - maven-resources-plugin - - - copy-resources - validate - - copy-resources - - - ${project.build.directory}/classes/resources/ - - - ${project.parent.basedir}/webapp-frontend/dist/dashApp/ - - - - - - - - - org.apache.maven.plugins - maven-deploy-plugin - - true - - - - org.jacoco - jacoco-maven-plugin - 0.8.4 - - - default-prepare-agent - - prepare-agent - - - - default-report - prepare-package - - report - - - - - - - io.fabric8 - docker-maven-plugin - 0.28.0 - - true - - ${env.CONTAINER_PULL_REGISTRY} - ${env.CONTAINER_PUSH_REGISTRY} - - - - - ric-dashboard:${project.version} - - openjdk:11-jre-slim - - - ${project.version} - - - artifact - - - - mkdir /logs - chmod -R 777 /logs - - - - - java - -cp - maven:maven/${project.artifactId}-${project.version}.${project.packaging} - -Dloader.main=org.oransc.ric.portal.dashboard.DashboardApplication - -Xms128m - -Xmx256m - -Djava.security.egd=file:/dev/./urandom - org.springframework.boot.loader.PropertiesLauncher - - - - - - - - - - - build - push - - - - - - -