X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=vid-app-common%2Fpom.xml;fp=vid-app-common%2Fpom.xml;h=7cd30a21fd3fb3a403947707be6e76805ebcfd55;hb=659874df80409170e57b6dd6197eb3a81eb3468e;hp=9a01c6ccef75e316a00ed7533157f4ecd4b23591;hpb=143784a849ece4fc35cc290e33f829b72bf1fc79;p=vid.git diff --git a/vid-app-common/pom.xml b/vid-app-common/pom.xml index 9a01c6cce..7cd30a21f 100755 --- a/vid-app-common/pom.xml +++ b/vid-app-common/pom.xml @@ -21,6 +21,10 @@ 2.4.0 4.2.9.RELEASE 4.3.11.Final + 2.9.7 + 2.27 + 2.22.1 + true https://nexus.onap.org @@ -28,6 +32,11 @@ /content/repositories/releases/ /content/repositories/staging/ /content/sites/site/org/onap/vid/${project.version} + + 1.8.9 + 1.3.11 + 1.8 + @@ -80,6 +89,33 @@ vid-common + + + kotlin-maven-plugin + org.jetbrains.kotlin + ${kotlin.version} + + + compile + compile + + + ${project.basedir}/src/main/java + + + + + test-compile + test-compile + + + ${project.basedir}/src/test/java + + + + + + org.sonatype.plugins nexus-staging-maven-plugin @@ -121,39 +157,44 @@ 2.2 - - org.jsonschema2pojo - jsonschema2pojo-maven-plugin - 0.4.23 + org.apache.maven.plugins + maven-compiler-plugin + 3.5.1 - ${basedir}/src/main/resources/json/mso - org.onap.vid.domain.mso - ${project.build.directory}/generated-sources + 1.8 + 1.8 + + - - generate - + default-compile + none + + + + default-testCompile + none + + + java-compile + compile + compile + + + java-test-compile + test-compile + testCompile - - - org.apache.maven.plugins - maven-compiler-plugin - 3.1 - - 1.8 - 1.8 - org.apache.maven.plugins maven-surefire-plugin - 2.19.1 + ${surefire.version} **/Test*.java @@ -171,7 +212,29 @@ classpath: false + + + + junit + false + + + 1 + + + + + org.apache.maven.surefire + surefire-junit47 + ${surefire.version} + + + org.apache.maven.surefire + surefire-testng + ${surefire.version} + + @@ -234,8 +297,7 @@ yyyy-MM-dd'T'HH:mm:ssZ ${user.timezone} true - ${project.build.outputDirectory}/git.properties - + ${project.build.outputDirectory}/git.properties ^git.commit.id$ ^git.commit.message.short$ @@ -285,7 +347,7 @@ org.apache.httpcomponents httpclient - 4.3.6 + 4.5.6 org.apache.httpcomponents @@ -368,26 +430,32 @@ 1.2.3 + + org.jetbrains.kotlin + kotlin-stdlib-jdk8 + ${kotlin.version} + + com.fasterxml.jackson.core jackson-annotations - 2.6.3 + ${jackson.version} com.fasterxml.jackson.core jackson-core - 2.8.6 + ${jackson.version} com.fasterxml.jackson.core jackson-databind - 2.6.7.1 + ${jackson.version} - org.codehaus.jackson - jackson-mapper-asl - 1.9.13 + com.fasterxml.jackson.module + jackson-module-kotlin + ${jackson.version} com.mchange @@ -415,6 +483,7 @@ junit junit 4.12 + test commons-io @@ -490,17 +559,23 @@ org.glassfish.jersey.core jersey-client - 2.23.1 + ${jersey.version} org.glassfish.jersey.connectors jersey-jetty-connector - 2.23.1 + ${jersey.version} + + + + org.glassfish.jersey.inject + jersey-hk2 + ${jersey.version} com.fasterxml.jackson.jaxrs jackson-jaxrs-json-provider - 2.6.3 + ${jackson.version} commons-beanutils @@ -527,7 +602,7 @@ org.testng testng - 6.8 + 6.14.3 test @@ -555,11 +630,12 @@ org.skyscreamer jsonassert 1.5.0 + test org.onap.sdc.sdc-tosca sdc-tosca - 1.4.1 + 1.4.7 compile @@ -568,11 +644,27 @@ 1.23.0 test + + org.glassfish.jersey.media + jersey-media-json-jackson + ${jersey.version} + test + + + org.apache.commons + commons-lang3 + 3.6 + org.apache.commons commons-text 1.1 + + org.apache.commons + commons-proxy + 1.0 + org.hamcrest java-hamcrest @@ -584,11 +676,28 @@ togglz-spring-core 2.5.0.Final + + com.h2database + h2 + 1.4.196 + test + + + javax.xml.bind + jaxb-api + 2.2.11 + + org.assertj assertj-core 3.10.0 compile + + com.google.guava + guava + 23.0 +