org.onap migration

Change-Id: I52f0b2851f2c765752b6d21f49b32136d7d72a3d
Issue-ID: VID-86
Signed-off-by: Ofir Sonsino <os0695@att.com>
diff --git a/vid-app-common/pom.xml b/vid-app-common/pom.xml
index e77bf96..aa973b0 100755
--- a/vid-app-common/pom.xml
+++ b/vid-app-common/pom.xml
@@ -7,7 +7,7 @@
 	<!-- This is the Maven project object model (POM) file for VID web application 

 		based on the ECOMP SDK distribution. This file stands alone; it does not 

 		inherit from a parent maven module. -->

-	<groupId>org.openecomp.vid</groupId>

+	<groupId>org.onap.vid</groupId>

 	<artifactId>vid-app-common</artifactId>

 	<version>1.1.1-SNAPSHOT</version>

 	<packaging>war</packaging>

@@ -29,7 +29,7 @@
 		<snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath>

 		<releaseNexusPath>/content/repositories/releases/</releaseNexusPath>

 		<stagingNexusPath>/content/repositories/staging/</stagingNexusPath>

-		<sitePath>/content/sites/site/org/openecomp/vid/${project.version}</sitePath>

+		<sitePath>/content/sites/site/org/onap/vid/${project.version}</sitePath>

 	</properties>

 

 

@@ -130,7 +130,7 @@
 				<version>0.4.23</version>

 				<configuration>

 					<sourceDirectory>${basedir}/src/main/resources/json/mso</sourceDirectory>

-					<targetPackage>org.openecomp.vid.domain.mso</targetPackage>

+					<targetPackage>org.onap.vid.domain.mso</targetPackage>

 					<outputDirectory>${project.build.directory}/generated-sources</outputDirectory>

 				</configuration>

 				<executions>

@@ -165,6 +165,7 @@
 					</includes>

 					<excludes>

 						<exclude>**/selenium/*.java</exclude>

+						<exclude>**/integrationTest/*.java</exclude>

 					</excludes>

 					<additionalClasspathElements>

 						<additionalClasspathElement>${basedir}/war</additionalClasspathElement>

@@ -452,7 +453,8 @@
 	        <dependency>

 	            <groupId>org.openecomp.sdc.sdc-tosca</groupId>

 	            <artifactId>sdc-tosca</artifactId>

-	            <version>1.1.32</version>

+            	    <version>1.1.51-SNAPSHOT</version>

+            	    <scope>compile</scope>

 	        </dependency>

 	        <dependency>

 	            <groupId>net.javacrumbs.json-unit</groupId>

@@ -460,5 +462,16 @@
 	            <version>1.23.0</version>

 	            <scope>test</scope>

 	        </dependency>

-	</dependencies>

+	        <dependency>

+	            <groupId>org.apache.commons</groupId>

+	            <artifactId>commons-text</artifactId>

+	            <version>1.1</version>

+	        </dependency>

+	        <dependency>

+	            <groupId>org.hamcrest</groupId>

+	            <artifactId>java-hamcrest</artifactId>

+	            <version>2.0.0.0</version>

+	            <scope>test</scope>

+	        </dependency>

+		</dependencies>

 </project>