From 5b593496b8f1b8e8be8d7d2dbcc223332e65a49b Mon Sep 17 00:00:00 2001 From: Michael Lando Date: Sun, 29 Jul 2018 16:13:45 +0300 Subject: re base code Change-Id: I12a5ca14a6d8a87e9316b9ff362eb131105f98a5 Issue-ID: SDC-1566 Signed-off-by: Michael Lando --- catalog-be/pom.xml | 449 ++++++++++++++++++++++++----------------------------- 1 file changed, 200 insertions(+), 249 deletions(-) (limited to 'catalog-be/pom.xml') diff --git a/catalog-be/pom.xml b/catalog-be/pom.xml index 664f22ce34..3a360f7f8d 100644 --- a/catalog-be/pom.xml +++ b/catalog-be/pom.xml @@ -19,38 +19,17 @@ com.fasterxml.jackson.dataformat jackson-dataformat-yaml - ${jackson.yaml.version} - compile - - - - com.fasterxml.jackson.core - jackson-databind ${jackson.version} compile com.fasterxml.jackson.core - jackson-core + jackson-databind ${jackson.version} compile - - com.fasterxml.jackson.core - jackson-annotations - ${jackson.annotations.version} - compile - - - - org.glassfish.jersey.media - jersey-media-multipart - ${jersey-bom.version} - compile - - org.openecomp.sdc security-utils @@ -117,7 +96,7 @@ ch.qos.logback logback-classic - ${logback.version} + ${logback.version} compile @@ -125,7 +104,7 @@ org.yaml snakeyaml - ${snakeyaml.version} + ${snakeyaml.version} compile @@ -160,60 +139,67 @@ compile - - org.glassfish.jersey.ext - jersey-spring4 - ${jersey-bom.version} - - - org.springframework - spring-web - - - org.springframework - spring-beans - - - org.springframework - spring-core - - - org.springframework - spring-aop - - - - org.springframework - spring-context - - + + org.glassfish.jersey.media + jersey-media-multipart + ${jersey-bom.version} + compile + + + + org.glassfish.jersey.ext + jersey-spring4 + ${jersey-bom.version} + + + org.springframework + spring-web + + + org.springframework + spring-beans + + + org.springframework + spring-core + + + org.springframework + spring-aop + + + + org.springframework + spring-context + + - + - - - org.glassfish.hk2.external - asm-all-repackaged - + + + org.glassfish.hk2.external + asm-all-repackaged + - - org.glassfish.jersey.ext - jersey-bean-validation - + + org.glassfish.jersey.ext + jersey-bean-validation + org.apache.httpcomponents httpclient - ${httpclient.version} + ${httpclient.version} compile org.apache.httpcomponents httpcore - ${httpcore.version} + ${httpcore.version} compile @@ -227,7 +213,7 @@ commons-codec commons-codec - ${commons-codec} + ${commons-codec} compile @@ -235,7 +221,7 @@ javax.servlet javax.servlet-api - ${servlet-api.version} + ${servlet-api.version} provided @@ -377,7 +363,7 @@ org.elasticsearch elasticsearch - ${elastic-search.version} + ${elastic-search.version} compile @@ -420,8 +406,8 @@ compile - com.att.nsa - saClientLibrary + com.att.nsa + saClientLibrary @@ -479,46 +465,6 @@ - - - org.onap.sdc.common - onap-sdc-artifact-generator-api - ${artifact-generator-api.version} - compile - - - junit - junit - - - - - - org.onap.sdc.common - onap-sdc-artifact-generator-core - ${artifact-generator-core.version} - compile - - - junit - junit - - - - - - org.onap.sdc.common - onap-common-lib - ${dox-common-lib.version} - pom - - - junit - junit - - - - org.eclipse.jetty @@ -540,47 +486,42 @@ ${sigar.version} compile + + org.onap.dmaap.messagerouter.dmaapclient + dmaapClient + 1.1.3 + compile + + + com.att.aft + dme2 + + + - - org.onap.dmaap.messagerouter.dmaapclient - dmaapClient - 1.1.3 - compile - - - com.att.aft - dme2 - - - - + + + com.att.aft dme2 3.1.200-oss - - - javax.jms - jms - 1.1 - provided - - - javax.servlet - javax.servlet-api - 3.1.0 - provided - + + javax.jms + jms + 1.1 + provided + - org.assertj - assertj-core - test - + org.assertj + assertj-core + test + - + org.glassfish.jersey.test-framework.providers jersey-test-framework-provider-bundle ${jersey-bom.version} @@ -588,37 +529,31 @@ test - - - - - - - - org.glassfish.jersey.core - jersey-client - ${jersey-bom.version} - - + + org.glassfish.jersey.core + jersey-client + ${jersey-bom.version} - - com.github.tomakehurst - wiremock - test - + + + + com.github.tomakehurst + wiremock-standalone + test + org.eclipse.jetty jetty-servlet - ${jetty.version} + ${jetty.version} test org.eclipse.jetty jetty-webapp - ${jetty.version} + ${jetty.version} test @@ -646,20 +581,19 @@ org.springframework spring-tx ${spring.version} - test - - io.cucumber - cucumber-java - test - + + io.cucumber + cucumber-java + test + - - io.cucumber - cucumber-junit - test - + + io.cucumber + cucumber-junit + test + org.jmockit @@ -712,23 +646,41 @@ - org.apache.maven.plugins - maven-dependency-plugin - - - copy-dependencies - package - - copy-dependencies - - - compile - - - - - - + org.apache.maven.plugins + maven-dependency-plugin + + + copy-dependencies + package + + copy-dependencies + + + compile + + + + copy-installed + install + + copy + + + + + ${project.groupId} + ${project.artifactId} + ${project.version} + ${project.packaging} + + + ${project.parent.basedir}/sdc-os-chef/sdc-backend/ + + + + + + com.jcabi jcabi-maven-plugin ${jcabi.plugin.version} @@ -742,30 +694,6 @@ - maven-resources-plugin - 2.6 - - - copy-tosca-folder - - install - - copy-resources - - - ${project.parent.basedir}/asdctool/tosca - - - ${project.parent.basedir}/catalog-be/src/main/resources/import/tosca - true - - - - - - - - org.apache.maven.plugins maven-assembly-plugin @@ -832,26 +760,71 @@ - + - clean-static-files - clean - - clean - - - - - - ${project.parent.basedir}/asdctool/tosca - false - - - - + clean-static-files + clean + + clean + + + + + + ${project.parent.basedir}/asdctool/tosca + false + + + + + + + maven-resources-plugin + 3.0.2 + + + copy-static-configuration-files + verify + + copy-resources + + + ${project.parent.basedir}/catalog-be/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/files/default + + + ${project.parent.basedir}/catalog-be/src/main/resources/config + + Artifact-Generator.properties + error-configuration.yaml + ecomp-error-configuration.yaml + logback.xml + + + + + + + copy-tosca-folder + + install + + copy-resources + + + ${project.parent.basedir}/asdctool/tosca + + + ${project.parent.basedir}/catalog-be/src/main/resources/import/tosca + true + + + + + + @@ -951,28 +924,6 @@ - - copy-static-configuration-files - verify - - copy-resources - - - ${project.parent.basedir}/catalog-be/sdc-backend/chef-repo/cookbooks/sdc-catalog-be/files/default - - - ${project.parent.basedir}/catalog-be/src/main/resources/config - - Artifact-Generator.properties - error-configuration.yaml - ecomp-error-configuration.yaml - logback.xml - - - - - - copy-resources-be verify -- cgit 1.2.3-korg