X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=catalog-fe%2Fpom.xml;h=bc64e46dd5ff0818a62a98e35c7979a723f66383;hb=0560a3a55dd2ba8fe1af6aeed425dad09c7f7261;hp=5ac590ed614e1743f1bdb9e0641faaf546a5588c;hpb=0dea71245049f2e318ed7035b8d19559f3435fd7;p=sdc.git diff --git a/catalog-fe/pom.xml b/catalog-fe/pom.xml index 5ac590ed61..bc64e46dd5 100644 --- a/catalog-fe/pom.xml +++ b/catalog-fe/pom.xml @@ -1,236 +1,276 @@ - - - 4.0.0 - catalog-fe - war - - - org.openecomp.sdc - sdc-main - 1.7.2-SNAPSHOT - - - - - - org.projectlombok - lombok - ${lombok.version} - - - - org.functionaljava - functionaljava - ${functionaljava.version} - compile - - - - org.openecomp.sdc - common-app-api - ${project.version} - - - - - ch.qos.logback - logback-classic - ${logback.version} - compile - - - - org.codehaus.groovy - groovy - compile - - - - org.codehaus.janino - janino - ${janino.version} - compile - - - - org.yaml - snakeyaml - ${snakeyaml.version} - compile - - - - org.apache.commons - commons-jci-core - ${commons-jci-core.version} - compile - - - - com.google.code.gson - gson - ${gson.version} - compile - - - - org.glassfish.jersey.containers - jersey-container-servlet - ${jersey-bom.version} - compile - - - - org.glassfish.jersey.media - jersey-media-multipart - ${jersey-bom.version} - compile - - - - org.glassfish.jersey.media - jersey-media-moxy - ${jersey-bom.version} - compile - - - - - org.glassfish.jersey.media - jersey-media-json-jackson - ${jersey-bom.version} - compile - - - - org.glassfish.jersey.inject - jersey-hk2 - ${jersey-bom.version} - - - - com.fasterxml.jackson.core - jackson-core - ${jackson.version} - compile - - - - com.fasterxml.jackson.core - jackson-databind - ${jackson.version} - - - com.fasterxml.jackson.core - jackson-core - - - - - - com.fasterxml.jackson.core - jackson-annotations - ${jackson-annotations.version} - compile - - - - - org.apache.httpcomponents - httpclient - ${httpclient.version} - compile - - - - org.apache.httpcomponents - httpcore - ${httpcore.version} - compile - - - - org.apache.httpcomponents - httpmime - ${httpclient.version} - compile - - - - commons-logging - commons-logging - ${commons-logging} - compile - - - - commons-codec - commons-codec - ${commons-codec} - compile - - - - - javax.servlet - javax.servlet-api - ${servlet-api.version} - provided - - - - - com.fasterxml.jackson.dataformat - jackson-dataformat-yaml - ${jackson.version} - compile - - - - - org.eclipse.jetty - jetty-proxy - ${jetty.version} - compile - - - - org.eclipse.jetty - jetty-servlets - ${jetty.version} - compile - - - - - com.google.guava - guava - ${guava.version} - compile - - - - - com.jcabi - jcabi-aspects - ${jcabi.version} - compile - - - org.aspectj - aspectjrt - ${aspectjrt.version} - compile - - - - org.apache.commons - commons-lang3 - ${lang3.version} - compile - + + + 4.0.0 + catalog-fe + war + + + org.openecomp.sdc + sdc-main + 1.13.6-SNAPSHOT + + + + + org.openecomp.sdc + onboarding-fe + ${project.version} + war + + + + org.projectlombok + lombok + ${lombok.version} + + + + org.functionaljava + functionaljava + ${functionaljava.version} + + + org.onap.sdc.common + onap-configuration-management-api + ${project.version} + + + org.eclipse.jetty + jetty-server + ${jetty.version} + compile + + + org.eclipse.jetty + jetty-http + + + javax.servlet + javax.servlet-api + + + + + org.openecomp.sdc + common-app-api + ${project.version} + + + org.apache.httpcomponents + httpcore + + + org.functionaljava + functionaljava + + + + + + + ch.qos.logback + logback-classic + ${logback.version} + compile + + + + org.apache.groovy + groovy + ${groovy.version} + + + + org.codehaus.janino + janino + ${janino.version} + compile + + + + org.yaml + snakeyaml + ${snakeyaml.version} + compile + + + + com.google.code.gson + gson + ${gson.version} + compile + + + + org.glassfish.jersey.containers + jersey-container-servlet + ${jersey-bom.version} + compile + + + + org.glassfish.jersey.media + jersey-media-multipart + ${jersey-bom.version} + compile + + + + org.glassfish.jersey.media + jersey-media-moxy + ${jersey-bom.version} + compile + + + + + org.glassfish.jersey.media + jersey-media-json-jackson + ${jersey-bom.version} + compile + + + com.fasterxml.jackson.core + jackson-core + + + com.fasterxml.jackson.module + jackson-module-jaxb-annotations + + + + + + org.glassfish.jersey.inject + jersey-hk2 + ${jersey-bom.version} + + + + com.fasterxml.jackson.core + jackson-core + ${jackson.version} + compile + + + + com.fasterxml.jackson.core + jackson-databind + ${jackson.version} + + + com.fasterxml.jackson.core + jackson-core + + + + + + com.fasterxml.jackson.core + jackson-annotations + ${jackson-annotations.version} + compile + + + + + org.apache.httpcomponents.client5 + httpclient5 + ${httpclient.version} + + + org.apache.httpcomponents + httpcore + + + + + + org.apache.httpcomponents + httpcore + ${httpcore.version} + compile + + + + org.apache.httpcomponents + httpmime + ${httpmime.version} + + + org.apache.httpcomponents + httpcore + + + + + + commons-codec + commons-codec + ${commons-codec} + compile + + + + + + com.fasterxml.jackson.dataformat + jackson-dataformat-yaml + ${jackson.version} + compile + + + + + org.eclipse.jetty + jetty-proxy + ${jetty.version} + compile + + + + org.eclipse.jetty + jetty-servlets + ${jetty.version} + compile + + + org.eclipse.jetty + jetty-http + + + + + + + com.google.guava + guava + ${guava.version} + compile + + + + + com.jcabi + jcabi-aspects + ${jcabi.version} + compile + + + org.aspectj + aspectjrt + ${aspectjrt.version} + compile + + + + org.apache.commons + commons-lang3 + ${lang3.version} + compile + javax.xml.bind @@ -238,8 +278,52 @@ ${jaxb-api.version} compile + + org.hibernate.validator + hibernate-validator + ${hibernate.validator.version} + + + org.owasp.esapi + esapi + ${org.owasp.esapi.version} + + + log4j + log4j + + + commons-io + commons-io + + + commons-fileupload + commons-fileupload + + + org.apache.xmlgraphics + xmlgraphics-commons + + + xml-apis + xml-apis-ext + + + xml-apis + xml-apis + + + xerces + xercesImpl + + + net.sourceforge.nekohtml + nekohtml + + + org.onap.portal.sdk epsdk-fw @@ -254,6 +338,26 @@ slf4j-log4j12 org.slf4j + + log4j + log4j + + + javax.servlet + javax.servlet-api + + + org.onap.aaf.authz + aaf-cadi-aaf + + + org.onap.aaf.authz + aaf-cadi-client + + + org.onap.aaf.authz + aaf-cadi-core + @@ -262,323 +366,354 @@ sigar ${sigar.version} compile + + + log4j + log4j + + - - - org.glassfish.jersey.test-framework.providers - jersey-test-framework-provider-bundle - ${jersey-bom.version} - pom - test - - - - com.google.code.bean-matchers - bean-matchers - ${bean-matchers.version} - test - - - - org.eclipse.jetty - jetty-servlet - ${jetty.version} - test - - - - org.eclipse.jetty - jetty-webapp - ${jetty.version} - test - - - - - - - ${project.artifactId}-${project.version} - - - - org.apache.maven.plugins - maven-war-plugin - - - - true - - - - - - src/main/resources - - - - - - - org.eclipse.jetty - jetty-maven-plugin - ${jetty.version} - - - / - .*/.*jersey-[^/]\.jar$ - - ${project.build.directory}/${project.build.finalName}.war - - - - - org.apache.maven.plugins - maven-deploy-plugin - - true - - - - - com.jcabi - jcabi-maven-plugin - ${jcabi.maven.plugin.version} - - - org.aspectj - aspectjtools - 1.9.2 - - - org.aspectj - aspectjweaver - 1.9.2 - - - - - - ajc - - - - - - org.apache.maven.plugins - maven-clean-plugin - - - clean.catalog.fe.folder - clean - - clean - - - - - - ${project.parent.basedir}/catalog-fe/sdc-frontend/ - false - - *.war - - - - - - - - - com.github.sylvainlaurent.maven - yaml-json-validator-maven-plugin - - - validate - validate - - validate - - - - - - src/main/resources/**/*.y*ml - src/test/resources/**/*.y*ml - - - - - src/main/resources/**/*.json - src/test/resources/**/*.json - - - - ${skipYamlJsonValidator} - - - - - - - - - - - - org.eclipse.m2e - lifecycle-mapping - 1.0.0 - - - - - - - com.jcabi - jcabi-maven-plugin - [0.0,) - - ajc - - - - - - - - - - - - - - - - - - - - - - catalog - - false - - - + + + org.glassfish.jersey.test-framework.providers + jersey-test-framework-provider-bundle + ${jersey-bom.version} + pom + test + + + junit + junit + + + + + + com.google.code.bean-matchers + bean-matchers + ${bean-matchers.version} + test + + + + org.eclipse.jetty + jetty-servlet + ${jetty.version} + test + + + org.eclipse.jetty + jetty-security + + + + + + org.eclipse.jetty + jetty-webapp + ${jetty.version} + test + + + org.eclipse.jetty + jetty-http + ${jetty.version} + + + jakarta.ws.rs + jakarta.ws.rs-api + ${ws.rs.version} + compile + + + + javax.validation + validation-api + ${javax.validation.version} + + + + + ${project.artifactId}-${project.version} - - - - docker - - false - - - docker - docker - - + - - org.apache.maven.plugins - maven-resources-plugin - - - copy-resources-fe - verify - - copy-resources - + + org.apache.maven.plugins + maven-war-plugin - ${basedir}/sdc-frontend - - - ${project.parent.basedir}/catalog-fe/target - - catalog-fe-${project.version}.war - - - - ${project.parent.basedir}/openecomp-ui/target - - onboarding-fe-${project.version}.war - - - + + + true + + + + + + src/main/resources + + - - - - - io.fabric8 - docker-maven-plugin - - ${docker.api.version} - nexus3.onap.org:10001 - - - ${docker.username} - ${docker.password} - - - - - - - onap/sdc-frontend - sdc-frontend - - try - ${project.basedir}/sdc-frontend - - latest - - ${parsedVersion.majorVersion}.${parsedVersion.minorVersion}-STAGING-latest - - ${parsedVersion.majorVersion}.${parsedVersion.minorVersion}-${maven.build.timestamp} - - - - - - - - clean-images - pre-clean - - remove - + + + + org.eclipse.jetty + jetty-maven-plugin + ${jetty.version} - true - onap/sdc-frontend + + / + .*/.*jersey-[^/]\.jar$ + + ${project.build.directory}/${project.build.finalName}.war - - - - generate-images - install - - build - - - - - push-images - deploy - - push - + + + + org.apache.maven.plugins + maven-deploy-plugin - onap/sdc-frontend + true - - - + + + + + com.jcabi + jcabi-maven-plugin + ${jcabi.maven.plugin.version} + + + org.aspectj + aspectjtools + ${aspectj.version} + + + org.aspectj + aspectjweaver + ${aspectj.version} + + + + + + ajc + + + + + + org.apache.maven.plugins + maven-clean-plugin + + + clean.catalog.fe.folder + clean + + clean + + + + + + ${project.parent.basedir}/catalog-fe/sdc-frontend/ + false + + *.war + + + + + + + + + com.github.sylvainlaurent.maven + yaml-json-validator-maven-plugin + + + validate + validate + + validate + + + + + + src/main/resources/**/*.y*ml + src/test/resources/**/*.y*ml + + + + + src/main/resources/**/*.json + src/test/resources/**/*.json + + + + ${skipYamlJsonValidator} + + + + + - - - + + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + + com.jcabi + jcabi-maven-plugin + [0.0,) + + ajc + + + + + + + + + + + + + + + + + + catalog + + false + + + + ${project.artifactId}-${project.version} + + + + docker + + false + + + + + org.apache.maven.plugins + maven-resources-plugin + + + copy-resources-fe + verify + + copy-resources + + + ${basedir}/sdc-frontend + + + ${project.parent.basedir}/catalog-fe/target + + catalog-fe-${project.version}.war + + + + ${project.parent.basedir}/openecomp-ui/target + + onboarding-fe-${project.version}.war + + + + + + + + + io.fabric8 + docker-maven-plugin + + ${verbose} + ${docker.api.version} + ${docker.registry} + + + ${docker.username} + ${docker.password} + + + + + + + ${docker.namespace}/sdc-frontend + sdc-frontend + + try + ${project.basedir}/sdc-frontend + + latest + + ${parsedVersion.majorVersion}.${parsedVersion.minorVersion}-STAGING-latest + + + ${parsedVersion.majorVersion}.${parsedVersion.minorVersion}-${maven.build.timestamp} + + + + + + + + + clean-images + pre-clean + + remove + + + true + ${docker.namespace}/sdc-frontend + + + + + generate-images + install + + build + + + + + push-images + deploy + + push + + + ${docker.namespace}/sdc-frontend + + + + + + + + +