X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=36f333c82cf01a7bb26313e503edc32db215e6c6;hb=9b9124d146f1de836c9644548f6ec0516740cae3;hp=65e43837bf4b44be7a267c0f4e657fd9f7879427;hpb=a5a24ad0f22bdb06e3194f392df322b48b1b2316;p=sdc%2Fsdc-tosca.git diff --git a/pom.xml b/pom.xml index 65e4383..36f333c 100644 --- a/pom.xml +++ b/pom.xml @@ -1,297 +1,327 @@ - - - 4.0.0 - - org.onap.sdc.sdc-tosca - sdc-tosca - sdc-sdc-tosca - SDC Tosca Parser JAR file for use by consumers - 1.3.2 - jar - - - - - - - UTF-8 - - - - - - - - - - ${project.basedir}/target/jacoco.exec - https://nexus.onap.org - /content/sites/site/org/onap/sdc/sdc-tosca/${project.version} - snapshots - releases - 176c31dfe190a - - ${project.build.sourceEncoding} - true - ${project.basedir} - . - **/scripts/**/* - **/test/**/*,**/tests/**/* - app/**/*.js,server-mock/**/*.js,src/**/*.js,src/main/**/*.java - ${project.version} - - - - - - - org.slf4j - slf4j-api - 1.7.10 - compile - - - com.google.code.gson - gson - 2.3.1 - compile - - - - org.functionaljava - functionaljava - 4.2 - compile - - - - commons-io - commons-io - 2.5 - compile - - - - commons-codec - commons-codec - 1.9 - compile - - - - - org.yaml - snakeyaml - 1.14 - compile - - - - - org.apache.commons - commons-lang3 - 3.5 - compile - - - - com.google.guava - guava - 21.0 - compile - - - - com.fasterxml.jackson.core - jackson-databind - 2.9.4 - - - - - org.onap.sdc.jtosca - jtosca - 1.3.4-SNAPSHOT - - - - - - org.eclipse.jetty - jetty-servlet - test - 9.2.10.v20150310 - - - - org.eclipse.jetty - jetty-webapp - 9.2.10.v20150310 - test - - - - - - - - - - - org.testng - testng - 6.11 - test - - - - org.mockito - mockito-all - 1.10.19 - test - - - - - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - 2.10.4 - - false - org.umlgraph.doclet.UmlGraphDoc - - org.umlgraph - umlgraph - 5.6 - - -views - true - - - - - - - - - org.apache.maven.plugins - maven-site-plugin - 3.4 - - - org.apache.maven.wagon - wagon-webdav-jackrabbit - 2.10 - - - - - - org.jacoco - jacoco-maven-plugin - 0.7.8 - - - - prepare-agent - - prepare-agent - - - ${sonar.jacoco.reportPath} - - - - - - - - org.sonatype.plugins - nexus-staging-maven-plugin - 1.6.7 - true - - ${nexus.proxy} - ${staging.profile.id} - onap-staging - - - - - org.apache.maven.plugins - maven-compiler-plugin - 2.5.1 - true - - 1.8 - 1.8 - - - - org.apache.maven.plugins - maven-javadoc-plugin - 2.10.3 - - - - - org.apache.maven.plugins - maven-surefire-plugin - 2.19.1 - - - **/ToscaParser***Test.class - - - - - - org.sonarsource.scanner.maven - sonar-maven-plugin - 3.0.2 - - - - - - - central - Official Maven repository - http://repo2.maven.org/maven2/ - - - onap-releases - Release Repository - ${nexus.proxy}/content/repositories/releases/ - - - onap-snapshots - Snapshots Repository - ${nexus.proxy}/content/repositories/snapshots/ - - - - - - onap-releases - Release Repository - ${nexus.proxy}/content/repositories/${releases.path}/ - - - onap-snapshots - Snapshot Repository - ${nexus.proxy}/content/repositories/${snapshots.path}/ - - - onap-site - dav:${nexus.proxy}${sitePath} - - - + + + 4.0.0 + + org.onap.sdc.sdc-tosca + sdc-tosca + sdc-sdc-tosca + SDC Tosca Parser JAR file for use by consumers + 1.6.2-SNAPSHOT + jar + + + org.onap.oparent + oparent + 2.0.0 + + + + + + + + + UTF-8 + + + + + + + + + + ${project.basedir}/target/jacoco.exec + https://nexus.onap.org + /content/sites/site/org/onap/sdc/sdc-tosca/${project.version} + snapshots + releases + + ${project.build.sourceEncoding} + true + ${project.basedir} + . + **/scripts/**/* + **/test/**/*,**/tests/**/* + app/**/*.js,server-mock/**/*.js,src/**/*.js,src/main/**/*.java + ${project.version} + + + + + + org.slf4j + slf4j-api + compile + 1.7.10 + + + org.slf4j + slf4j-log4j12 + test + 1.7.10 + + + + com.google.code.gson + gson + 2.3.1 + compile + + + + org.functionaljava + functionaljava + 4.2 + compile + + + + commons-io + commons-io + 2.5 + compile + + + + + org.yaml + snakeyaml + 1.14 + compile + + + + + org.apache.commons + commons-lang3 + 3.5 + compile + + + + com.google.guava + guava + 21.0 + compile + + + + com.fasterxml.jackson.core + jackson-databind + 2.9.9 + + + + + org.onap.sdc.jtosca + jtosca + 1.6.0 + + + + + + org.eclipse.jetty + jetty-servlet + test + 9.4.18.v20190429 + + + + org.eclipse.jetty + jetty-webapp + 9.4.18.v20190429 + test + + + + + org.testng + testng + 6.11 + test + + + + org.mockito + mockito-all + 1.10.19 + test + + + junit + junit + 4.11 + test + + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.10.4 + + false + org.umlgraph.doclet.UmlGraphDoc + + org.umlgraph + umlgraph + 5.6 + + -views + true + + + + + + + + + org.apache.maven.plugins + maven-site-plugin + 3.4 + + + org.apache.maven.wagon + wagon-webdav-jackrabbit + 2.10 + + + + + + maven-checkstyle-plugin + 2.17 + + checkstyle-suppressions.xml + checkstyle.suppressions.file + + + + + org.jacoco + jacoco-maven-plugin + 0.7.8 + + + + prepare-agent + + prepare-agent + + + ${sonar.jacoco.reportPath} + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 2.5.1 + true + + 1.8 + 1.8 + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.10.3 + + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.19.1 + + ${argLine} -Xmx2048m + + **/ToscaParser***Test.class + + + + + + org.sonarsource.scanner.maven + sonar-maven-plugin + 3.0.2 + + + + com.github.sylvainlaurent.maven + yaml-json-validator-maven-plugin + 1.0.1 + + + validate + validate + + validate + + + + + + src/main/resources/**/*.y*ml + src/test/resources/**/*.y*ml + + + + + src/main/resources/**/*.json + src/test/resources/**/*.json + + + + + + + + + + + + + central + Official Maven repository + http://repo2.maven.org/maven2/ + + + ecomp-releases + Release Repository + ${nexus.proxy}/content/repositories/releases/ + + + ecomp-snapshots + Snapshots Repository + ${nexus.proxy}/content/repositories/snapshots/ + + + + + + ecomp-releases + Release Repository + ${nexus.proxy}/content/repositories/${releases.path}/ + + + ecomp-snapshots + Snapshot Repository + ${nexus.proxy}/content/repositories/${snapshots.path}/ + + + ecomp-site + dav:${nexus.proxy}${sitePath} + + +