X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=vid-app-common%2Fpom.xml;h=72f50ac47873bf27b9763697722547d2ee8984c1;hb=a2178fe991d7af91f35b71d804e9a02ad102f932;hp=a42a2b33b6cfbb70c69d77f9a3ad091a691282db;hpb=5f147731796cdc11dffde548c3307ea9042640e3;p=vid.git diff --git a/vid-app-common/pom.xml b/vid-app-common/pom.xml index a42a2b33b..72f50ac47 100755 --- a/vid-app-common/pom.xml +++ b/vid-app-common/pom.xml @@ -9,7 +9,7 @@ inherit from a parent maven module. --> org.onap.vid vid-app-common - 1.2.1-SNAPSHOT + 4.0.0-SNAPSHOT war VID Common VID Common code for opensource version @@ -18,7 +18,7 @@ UTF-8 UTF-8 UTF-8 - 2.1.0 + 2.4.0 4.2.9.RELEASE 4.3.11.Final @@ -219,6 +219,31 @@ + + pl.project13.maven + git-commit-id-plugin + 2.2.4 + + + get-the-git-infos + + revision + + + + + ${project.basedir}/.git + yyyy-MM-dd'T'HH:mm:ssZ + ${user.timezone} + true + ${project.build.outputDirectory}/git.properties + + ^git.commit.id$ + ^git.commit.message.short$ + ^git.commit.time$ + + + @@ -251,9 +276,49 @@ 4.1 - - + + + io.joshworks.unirest + unirest-java + 0.2.1 + + + org.apache.httpcomponents + httpclient + 4.3.6 + + + org.apache.httpcomponents + httpasyncclient + 4.0.2 + + + org.apache.httpcomponents + httpmime + 4.3.6 + + + com.xebialabs.restito + restito + 0.9.3 + test + + + + + org.projectlombok + lombok + 1.18.2 + provided + + + io.vavr + vavr + 0.9.2 + + + org.onap.portal.sdk epsdk-app-overlay @@ -276,6 +341,12 @@ org.onap.portal.sdk epsdk-analytics ${epsdk.version} + + + com.lowagie + itext + + org.onap.portal.sdk @@ -346,6 +417,12 @@ junit 4.12 + + commons-io + commons-io + 2.4 + + com.google.code.bean-matchers bean-matchers @@ -477,7 +554,7 @@ org.onap.sdc.sdc-tosca sdc-tosca - 1.3.0 + 1.4.1 compile @@ -497,5 +574,16 @@ 2.0.0.0 test + + org.togglz + togglz-spring-core + 2.5.0.Final + + + org.assertj + assertj-core + 3.10.0 + compile +