X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aai%2Fmodel-loader.git;a=blobdiff_plain;f=pom.xml;h=94f8d279a7c151a4a4ec1a83600c50850a9c2350;hp=fbd564ec48d8d8b200c98588c72bf0219ab9cfdc;hb=1c79241480ea409d9076c7e7427adfabaa7900fe;hpb=42d14ccda0c927f685e4347e2b54c3c111bc3655 diff --git a/pom.xml b/pom.xml index fbd564e..94f8d27 100644 --- a/pom.xml +++ b/pom.xml @@ -1,172 +1,246 @@ + + ============LICENSE_START======================================================= + org.onap.aai + ================================================================================ + Copyright © 2017-2018 AT&T Intellectual Property. All rights reserved. + Copyright © 2017-2018 European Software Marketing Ltd. + ================================================================================ + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at - + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + ============LICENSE_END========================================================= +--> + 4.0.0 - org.openecomp.aai.model-loader + + + org.onap.oparent + oparent + 1.2.0 + + + + org.onap.aai.model-loader model-loader - 1.0.0-SNAPSHOT - war - + 1.3.0-SNAPSHOT + + + + + org.springframework.boot + spring-boot-dependencies + ${spring-boot.version} + pom + import + + + + + org.onap.aai.modelloader.service.ModelLoaderApplication + https://nexus.onap.org ${basedir}/target - provided - google_checks.xml - 1.8 - 1.8 + 1.5.14.RELEASE + 1.1 + 1.17 + 1.3 + 1.2.0 + 1.2.1 + 1.3.0 + 1.2.3 + + + ecomp-releases + ECOMP Release Repository + ${nexusproxy}/content/repositories/releases/ + + + ecomp-snapshots + ECOMP Snapshot Repository + ${nexusproxy}/content/repositories/snapshots/ + + + - org.mockito - mockito-all - 1.10.19 - test + org.springframework.boot + spring-boot-starter-web - org.powermock - powermock-module-junit4 - 1.6.2 - test + org.onap.aai + babel + ${babel.version} + client + + + * + * + + - org.powermock - powermock-api-mockito - 1.6.2 + org.glassfish.jersey.core + jersey-common test - org.powermock - powermock-module-javaagent - 1.6.2 - test + org.onap.aai + rest-client + ${aai.rest.client.version} - org.powermock - powermock-module-junit4-rule-agent - 1.6.2 - test + com.google.code.gson + gson - + + + - javax.xml.bind - jaxb-api - 2.2.11 + com.mikesamuel + json-sanitizer + 1.2.0 + + - com.sun.xml.bind - jaxb-impl - 2.2.11 + org.onap.aai.logging-service + common-logging + 1.2.2 - com.sun.xml.bind - jaxb-core - 2.2.11 + ch.qos.logback + logback-classic + ${logback.version} - com.sun.xml.bind - jaxb-xjc - 2.2.11 + ch.qos.logback + logback-core + ${logback.version} - org.eclipse.persistence - org.eclipse.persistence.moxy - 2.6.2 - compile + org.onap.sdc.sdc-distribution-client + sdc-distribution-client + ${sdc-distribution-client.version} - com.sun.jersey - jersey-client - 1.18 + org.json + json + 20131018 - - org.openecomp.aai.logging-service - common-logging - 1.0.0-SNAPSHOT + org.eclipse.jetty + jetty-security - org.openecomp.sdc - sdc-distribution-client - 0.9.0 + jline + jline + 2.12.1 - org.json - json - 20131018 + org.apache.commons + commons-compress + ${commons-compress.version} + + + commons-io + commons-io + 2.4 - - org.eclipse.jetty - jetty-security - 9.3.8.RC0 + org.apache.commons + commons-text + ${apache.commons-text.version} - + + + + junit + junit + test + + + org.hamcrest + hamcrest-all + ${hamcrest-all.version} + test + - org.springframework - spring-webmvc - 4.0.0.RELEASE + org.mockito + mockito-core + test - jline - jline - 2.12.1 + org.springframework.boot + spring-boot-starter-test + test - - - - - - central - http://repo1.maven.org/maven2 - - - EvoSuite - EvoSuite Repository - http://www.evosuite.org/m2 - - - - - central - Maven 2 repository 2 - http://repo2.maven.org/maven2/ - - - ecomp-releases - ECOMP Release Repository - https://nexus.openecomp.org/content/repositories/releases/ - - - ecomp-snapshots - ECOMP Snapshot Repository - https://nexus.openecomp.org/content/repositories/snapshots/ - - - - + + + + central + http://repo1.maven.org/maven2 + + + EvoSuite + EvoSuite Repository + http://www.evosuite.org/m2 + + + + + + central + Maven 2 repository 2 + http://repo2.maven.org/maven2/ + + + ecomp-releases + ECOMP Release Repository + ${nexusproxy}/content/repositories/releases/ + + + ecomp-snapshots + ECOMP Snapshot Repository + ${nexusproxy}/content/repositories/snapshots/ + + + ecomp-staging + ECOMP Staging Repository + ${nexusproxy}/content/repositories/staging/ + + + + model-loader + + org.springframework.boot + spring-boot-maven-plugin + ${spring-boot.version} + + true + + + + + repackage + + + + org.apache.maven.plugins maven-resources-plugin @@ -189,21 +263,48 @@ **/* + + ${basedir}/src/main/bin/ + + + com.mycila + license-maven-plugin + 3.0 + +
License.txt
+ + src/main/java/** + src/test/java/** + version/properties + pom.xml + + true +
+ + + + + check + + process-sources + + +
com.spotify docker-maven-plugin 0.4.11 - - nexus3.openecomp.org:10003 - ${docker.push.registry}/openecomp/${project.artifactId} + + true + docker-hub + ${docker.push.registry}/onap/${project.artifactId} ${docker.location} - ${docker.imagetag} latest true @@ -211,143 +312,11 @@ org.apache.maven.plugins - maven-dependency-plugin - 2.5.1 - - - copy-agent - process-test-classes - - copy - - - - - org.powermock - powermock-module-javaagent - 1.6.2 - ${project.build.directory}/agents - powermock-javaagent.jar - - - - - - - - org.apache.maven.plugins - maven-surefire-plugin - 2.12.4 + maven-deploy-plugin - -javaagent:${project.build.directory}/agents/powermock-javaagent.jar - -noverify + true - - org.codehaus.mojo - jaxb2-maven-plugin - 2.2 - - - xjc - - xjc - - - - - false - ${project.build.directory}/generated-sources - - ${project.basedir}/src/main/resources/schema - - true - - - - org.apache.maven.plugins - maven-compiler-plugin - 3.1 - - - - - - org.apache.maven.plugins - maven-site-plugin - 3.3 - - - - org.apache.maven.plugins - maven-checkstyle-plugin - 2.17 - - - - checkstyle - - - - - - - - - - - org.codehaus.mojo - license-maven-plugin - 1.10 - - false - - **.json - **.properties - - ============LICENSE_START======================================================= - ============LICENSE_END========================================================= - ================================================================================ - apache_v2 - 2017 - AT&T Intellectual Property. All rights reserved. - MODEL LOADER SERVICE - true - true - true - true - - . - - - **/*.json - - - xml - properties - xml - java - - - - - first - - update-file-header - - process-sources - - - - - org.apache.maven.plugins - maven-deploy-plugin - - true - - -
+
- -