X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=pom.xml;h=36f333c82cf01a7bb26313e503edc32db215e6c6;hb=9b9124d146f1de836c9644548f6ec0516740cae3;hp=44003e7ef7b8ce74f211952f0030f79cda53b12a;hpb=5c2e47c7d7648dfdc35436b4f2730475945709bd;p=sdc%2Fsdc-tosca.git diff --git a/pom.xml b/pom.xml index 44003e7..36f333c 100644 --- a/pom.xml +++ b/pom.xml @@ -7,9 +7,16 @@ sdc-tosca sdc-sdc-tosca SDC Tosca Parser JAR file for use by consumers - 1.3.5-SNAPSHOT + 1.6.2-SNAPSHOT jar + + org.onap.oparent + oparent + 2.0.0 + + + @@ -30,7 +37,6 @@ /content/sites/site/org/onap/sdc/sdc-tosca/${project.version} snapshots releases - 176c31dfe190a ${project.build.sourceEncoding} true @@ -44,13 +50,19 @@ - org.slf4j slf4j-api - 1.7.10 compile + 1.7.10 + + + org.slf4j + slf4j-log4j12 + test + 1.7.10 + com.google.code.gson gson @@ -72,13 +84,6 @@ compile - - commons-codec - commons-codec - 1.9 - compile - - org.yaml @@ -105,14 +110,14 @@ com.fasterxml.jackson.core jackson-databind - 2.9.4 + 2.9.9 org.onap.sdc.jtosca jtosca - 1.3.5 + 1.6.0 @@ -121,13 +126,13 @@ org.eclipse.jetty jetty-servlet test - 9.2.10.v20150310 + 9.4.18.v20190429 org.eclipse.jetty jetty-webapp - 9.2.10.v20150310 + 9.4.18.v20190429 test @@ -145,8 +150,14 @@ 1.10.19 test + + junit + junit + 4.11 + test + - + @@ -184,6 +195,15 @@ + + maven-checkstyle-plugin + 2.17 + + checkstyle-suppressions.xml + checkstyle.suppressions.file + + + org.jacoco jacoco-maven-plugin @@ -202,19 +222,6 @@ - - - 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 @@ -237,6 +244,7 @@ maven-surefire-plugin 2.19.1 + ${argLine} -Xmx2048m **/ToscaParser***Test.class @@ -248,6 +256,37 @@ 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 + + + + + + + @@ -258,12 +297,12 @@ http://repo2.maven.org/maven2/ - onap-releases + ecomp-releases Release Repository ${nexus.proxy}/content/repositories/releases/ - onap-snapshots + ecomp-snapshots Snapshots Repository ${nexus.proxy}/content/repositories/snapshots/ @@ -271,17 +310,17 @@ - onap-releases + ecomp-releases Release Repository ${nexus.proxy}/content/repositories/${releases.path}/ - onap-snapshots + ecomp-snapshots Snapshot Repository ${nexus.proxy}/content/repositories/${snapshots.path}/ - onap-site + ecomp-site dav:${nexus.proxy}${sitePath}