X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=mod%2Fbpgenerator%2Fpom.xml;h=fb831d296ffca7e8c7b17770e5b85659a3af9981;hb=72c2d38329865afa6692454b4fb90ab6f8a70638;hp=8f54eeee807929312d34fa085e1b349e6b047836;hpb=d0fae040ebc6de8eea6b281429275fb53a78704e;p=dcaegen2%2Fplatform.git diff --git a/mod/bpgenerator/pom.xml b/mod/bpgenerator/pom.xml index 8f54eee..fb831d2 100644 --- a/mod/bpgenerator/pom.xml +++ b/mod/bpgenerator/pom.xml @@ -1,212 +1,209 @@ + + ~ /* + ~ * ============LICENSE_START======================================================= + ~ * org.onap.dcae + ~ * ================================================================================ + ~ * Copyright (c) 2020 AT&T Intellectual Property. All rights reserved. + ~ * Copyright (c) 2020-2021 Nokia. All rights reserved. + ~ * ================================================================================ + ~ * 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.onap.oparent - oparent - 2.0.0 - - org.onap.dcaegen2.platform.mod - blueprint-generator - 1.3.1-SNAPSHOT - - 1.6 - 1.6 - - UTF-8 - cobertura - cobertura - ${project.basedir}/target/surefire-reports - ${project.basedir}/target/surefire-reports - ${project.basedir}/target/site/cobertura/coverage.xml - org.onap.blueprintgenerator.core.App - org.apache.maven.plugins.shade.resource.ManifestResourceTransformer - - - - - - - maven-assembly-plugin - 2.4.1 - - - src/assembly/dep.xml - - - - - - - make-assembly - package - - single - - - - - - - - org.codehaus.mojo - cobertura-maven-plugin - 2.7 - - - - **/*.class - - - UTF-8 - - - - - - clean - - pre-site - - cobertura - - - - - - instrument - site - - instrument - cobertura - - - UTF-8 - - - - - - - - - org.sonarsource.scanner.maven - sonar-maven-plugin - 3.0.2 - - - org.apache.maven.plugins - maven-shade-plugin - 3.2.1 - - - - shade - - - true - executable - - - ${shade.main} - - - - - - - - org.apache.maven.plugins - maven-compiler-plugin - - 8 - 8 - - - - - - - - - - - org.codehaus.mojo - cobertura-maven-plugin - 2.7 - - - xml - - - - - - - - - - junit - junit - 4.12 - test - - - org.mockito - mockito-core - 3.1.0 - test - - - - info.picocli - picocli - 3.9.6 - - - org.projectlombok - lombok - 1.18.2 - provided - - - com.fasterxml.jackson.dataformat - jackson-dataformat-yaml - 2.9.8 - - - - com.fasterxml.jackson.core - jackson-databind - 2.9.8 - - - com.fasterxml.jackson.core - jackson-annotations - 2.9.8 - - + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 + + org.onap.dcaegen2.platform.mod + blueprint-generator + 1.8.0-SNAPSHOT + pom + + + common + onap + onap-executable + coverage + + + BlueprintGenerator + This is Parent Module used by DCAE and ONAP to generate Blueprints + + + org.onap.oparent + oparent + 2.0.0 + + + + + UTF-8 + UTF-8 + 11 + ${java.version} + ${java.version} + 2.2.9.RELEASE + 2.9.7 + 1.18.10 + 2.8.6 + 2.6 + 1.4 + 2.22.2 + 3.8.1 + 1.4.10 + onap/${project.groupId}.${project.artifactId} + 3.0.2 + ${project.basedir}/target/surefire-reports + + ${project.basedir}/target/surefire-reports + + coverage/** + ${project.basedir}/../coverage/target/site/jacoco-aggregate/jacoco.xml + + 1.7.30 + + + + + org.springframework + spring-context + 5.2.0.RELEASE + + + org.springframework + spring-core + 5.2.0.RELEASE + + + org.springframework.boot + spring-boot-starter + 2.2.5.RELEASE + + + org.springframework.boot + spring-boot-starter-test + 2.2.5.RELEASE + test + + + org.springframework.boot + spring-boot-starter-validation + 2.2.5.RELEASE + + + org.projectlombok + lombok + ${lombok.version} + provided + + + com.google.code.gson + gson + ${gson.version} + + + com.fasterxml.jackson.dataformat + jackson-dataformat-yaml + ${jackson.version} + + + junit + junit + 4.12 + test + + + org.mockito + mockito-core + 3.1.0 + test + + + info.picocli + picocli + 3.9.6 + + + com.fasterxml.jackson.core + jackson-databind + ${jackson.version} + + + com.fasterxml.jackson.core + jackson-annotations + ${jackson.version} + + + commons-io + commons-io + ${commons.io.version} + + + commons-cli + commons-cli + ${commons.cli.version} + + + org.apache.maven + maven-model + 3.3.9 + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.10.2 + + -Xdoclint:all + -Xlint:all + + + + + org.apache.maven.plugins + maven-surefire-report-plugin + 2.6 + + + test + + report + + + + + + org.apache.maven.plugins + maven-compiler-plugin + ${maven.compilerplugin.version} + + ${maven.compiler.source} + ${maven.compiler.target} + + + + org.sonarsource.scanner.maven + sonar-maven-plugin + ${sonar.maven.plugin} + + +