X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=mod%2Fbpgenerator%2Fpom.xml;h=dd157d9b2bf8ee5a04ea533c57adc5bdb6ce654d;hb=fd75cc983906a854ba2164b62f7e27e3e6dfcc9b;hp=c8f8fdb48d6008c103d0c373a72ab766725d9d74;hpb=cbae5bccc58823e70d5cbe807095a11747a87727;p=dcaegen2%2Fplatform.git diff --git a/mod/bpgenerator/pom.xml b/mod/bpgenerator/pom.xml index c8f8fdb..dd157d9 100644 --- a/mod/bpgenerator/pom.xml +++ b/mod/bpgenerator/pom.xml @@ -1,148 +1,206 @@ + + ~ /* + ~ * ============LICENSE_START======================================================= + ~ * org.onap.dcae + ~ * ================================================================================ + ~ * Copyright (c) 2020 AT&T Intellectual Property. All rights reserved. + ~ * Copyright (c) 2020 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.6.0-SNAPSHOT - - UTF-8 - ${project.basedir}/target/surefire-reports - ${project.basedir}/target/surefire-reports - ${project.basedir}/target/site/jacoco-ut/jacoco.xml - org.onap.blueprintgenerator.core.App - org.apache.maven.plugins.shade.resource.ManifestResourceTransformer - + 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 - - - - - maven-assembly-plugin - 2.4.1 - - - src/assembly/dep.xml - - + org.onap.dcaegen2.platform.mod + blueprint-generator + 1.7.3-SNAPSHOT + pom - - + + common + onap + onap-executable + - make-assembly - package - - single - - - + BlueprintGenerator + This is Parent Module used by DCAE and ONAP to generate Blueprints - + + org.onap.oparent + oparent + 2.0.0 + + - - 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 - - 11 - 11 - - - - + + 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 + + ${project.basedir}/target/site/jacoco-ut/jacoco.xml + + - - - junit - junit - 4.12 - test - - - org.mockito - mockito-core - 3.1.0 - test - + + + 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 + + - - info.picocli - picocli - 3.9.6 - - - org.projectlombok - lombok - 1.18.2 - provided - - - com.fasterxml.jackson.dataformat - jackson-dataformat-yaml - 2.9.8 - + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.10.2 + + -Xdoclint:all + -Xlint:all + + - - com.fasterxml.jackson.core - jackson-databind - 2.9.8 - - - com.fasterxml.jackson.core - jackson-annotations - 2.9.8 - - + + 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} + + +