From 51cf983b65ffd1bbb40940937366bc350c423c1d Mon Sep 17 00:00:00 2001 From: "Sheshukov, Natalia (ns019t)" Date: Sun, 8 Apr 2018 18:04:59 +0300 Subject: vLAN Tagging - Support Tosca Groups Change-Id: If6aaaa49d33ae93b571296f989ebb2b00774c8c3 Issue-ID: SDC-1196 Signed-off-by: Michael Lando --- pom.xml | 594 ++++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 297 insertions(+), 297 deletions(-) diff --git a/pom.xml b/pom.xml index 65e4383..7091b7c 100644 --- a/pom.xml +++ b/pom.xml @@ -1,297 +1,297 @@ - - - 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.3.4-SNAPSHOT + 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} + + + -- cgit 1.2.3-korg