From 1cfb08779ea0e00be69e072a940b3063e049fe6b Mon Sep 17 00:00:00 2001 From: Ofir Sonsino Date: Wed, 31 Jan 2018 17:19:00 +0200 Subject: org.onap migration Change-Id: I52f0b2851f2c765752b6d21f49b32136d7d72a3d Issue-ID: VID-86 Signed-off-by: Ofir Sonsino --- vid-app-common/pom.xml | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) (limited to 'vid-app-common/pom.xml') diff --git a/vid-app-common/pom.xml b/vid-app-common/pom.xml index e77bf96ee..aa973b05b 100755 --- a/vid-app-common/pom.xml +++ b/vid-app-common/pom.xml @@ -7,7 +7,7 @@ - org.openecomp.vid + org.onap.vid vid-app-common 1.1.1-SNAPSHOT war @@ -29,7 +29,7 @@ /content/repositories/snapshots/ /content/repositories/releases/ /content/repositories/staging/ - /content/sites/site/org/openecomp/vid/${project.version} + /content/sites/site/org/onap/vid/${project.version} @@ -130,7 +130,7 @@ 0.4.23 ${basedir}/src/main/resources/json/mso - org.openecomp.vid.domain.mso + org.onap.vid.domain.mso ${project.build.directory}/generated-sources @@ -165,6 +165,7 @@ **/selenium/*.java + **/integrationTest/*.java ${basedir}/war @@ -452,7 +453,8 @@ org.openecomp.sdc.sdc-tosca sdc-tosca - 1.1.32 + 1.1.51-SNAPSHOT + compile net.javacrumbs.json-unit @@ -460,5 +462,16 @@ 1.23.0 test - + + org.apache.commons + commons-text + 1.1 + + + org.hamcrest + java-hamcrest + 2.0.0.0 + test + + -- cgit 1.2.3-korg