From aefeb9ff5ec5c7ce3c20f420db1116c31f034615 Mon Sep 17 00:00:00 2001 From: Venkata Harish K Kajur Date: Tue, 30 Jan 2018 14:04:13 -0500 Subject: Update the files for ajsc 6 changes Issue-ID: AAI-33 Change-Id: I897566e79eb7505232b692e551f6347e69fafed6 Signed-off-by: Venkata Harish K Kajur --- aai-core/pom.xml | 280 ++++++++++++++++++++++++++++++++++++------------------- 1 file changed, 184 insertions(+), 96 deletions(-) (limited to 'aai-core/pom.xml') diff --git a/aai-core/pom.xml b/aai-core/pom.xml index 27b54ed8..6e525a79 100644 --- a/aai-core/pom.xml +++ b/aai-core/pom.xml @@ -13,17 +13,16 @@ 1.2.1-SNAPSHOT jar - https://nexus.onap.org + v12 + https://wiki.onap.org/ + 1.0.2 java jacoco ${project.build.directory}/surefire-reports ${project.build.directory}/coverage-reports/jacoco.exec false ${project.version} - org/onap/aai/domain/** - v12 - https://wiki.onap.org/ - 1.0.2 + 4.5.1 2.2.3 @@ -142,7 +141,165 @@ + + autoGenerate + + true + + + + + org.codehaus.mojo + exec-maven-plugin + 1.1.1 + + + autoGenerateYaml + process-classes + + java + + + org.onap.aai.util.GenerateXsd + + + gen_version + ALL + + + gen_type + YAML + + + yamlresponses_url + ${aai.wiki.link} + + + yamlresponses_label + Response codes found in [response codes] + + + + + + autoGenerateHtml + process-classes + + java + + + org.onap.aai.util.AutoGenerateHtml + + + aai.generate.version + ${gendoc.version} + + + aai.wiki.link + ${aai.wiki.link} + + + + + + + + + + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.12.4 + + -noverify ${argLine} + + . + bundleconfig-local + + + + + org.codehaus.mojo + sonar-maven-plugin + 3.2 + + + org.jacoco + jacoco-maven-plugin + 0.7.7.201606060606 + + true + + + + jacoco-initialize-unit-tests + + prepare-agent + + + ${project.build.directory}/coverage-reports/jacoco.exec + + + + + post-unit-test + test + + report + + + + ${project.build.directory}/coverage-reports/jacoco.exec + + ${project.reporting.outputDirectory}/jacoco + + + + + + maven-source-plugin + + + attach-sources + deploy + + jar-no-fork + + + + + + + org.apache.maven.plugins + maven-deploy-plugin + + + org.sonatype.plugins + nexus-staging-maven-plugin + + + org.apache.maven.plugins + maven-site-plugin + + + org.apache.maven.plugins + maven-surefire-plugin + 2.12.4 + + -noverify ${argLine} + alphabetical + + . + bundleconfig-local + + + + + + org.onap.aai.aai-common @@ -154,30 +311,22 @@ commons-lang 2.6 - - org.apache.commons - commons-text - 1.1 - compile - + + org.apache.commons + commons-text + 1.1 + compile + com.att.eelf eelf-core 1.0.0 - - jdk.tools - jdk.tools - 1.8.0_101 - system - ${JAVA_HOME}/lib/tools.jar - org.codehaus.jackson jackson-core-asl 1.9.13 - org.codehaus.jackson jackson-mapper-asl @@ -437,11 +586,11 @@ dmaapClient 0.2.12 - - com.att.aft - dme2 - - + + com.att.aft + dme2 + + org.apache.camel @@ -460,78 +609,17 @@ 1.4.0 test - - - - - - org.codehaus.mojo - sonar-maven-plugin - 3.2 - - - org.jacoco - jacoco-maven-plugin - 0.7.7.201606060606 - - true - - **/domain/** - - - - - jacoco-initialize-unit-tests - - prepare-agent - - - ${project.build.directory}/coverage-reports/jacoco.exec - - - - - post-unit-test - test - - report - - - - ${project.build.directory}/coverage-reports/jacoco.exec - - ${project.reporting.outputDirectory}/jacoco - - - - - - org.apache.maven.plugins - maven-site-plugin - - - org.apache.maven.plugins - maven-surefire-plugin - 2.12.4 - - -noverify ${argLine} - alphabetical - - . - bundleconfig-local - - - - - org.apache.maven.plugins - maven-deploy-plugin - - - org.sonatype.plugins - nexus-staging-maven-plugin - - - + + org.apache.httpcomponents + httpclient + ${httpclient.version} + + + org.onap.aai.aai-common + aai-client-loadbalancer + ${project.version} + + -- cgit 1.2.3-korg