[SDC-29] Amdocs OnBoard 1707 initial commit.

Change-Id: Ie4d12a3f574008b792899b368a0902a8b46b5370
Signed-off-by: AviZi <avi.ziv@amdocs.com>
diff --git a/openecomp-be/configuration/pom.xml b/openecomp-be/configuration/pom.xml
index 1a30441..1c051cc 100644
--- a/openecomp-be/configuration/pom.xml
+++ b/openecomp-be/configuration/pom.xml
@@ -2,14 +2,16 @@
 	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 	<modelVersion>4.0.0</modelVersion>
 
-	<parent>
-		<groupId>org.openecomp.sdc</groupId>
-		<artifactId>openecomp-sdc</artifactId>
-		<version>1.1.0-SNAPSHOT</version>
-	</parent>
-
 	<artifactId>openecomp-sdc-configuration</artifactId>
 	<name>openecomp-sdc-configuration</name>
 	<packaging>pom</packaging>
 
-</project>
\ No newline at end of file
+
+	<parent>
+		<groupId>org.openecomp.sdc</groupId>
+		<artifactId>openecomp-sdc</artifactId>
+		<version>1.1.0-SNAPSHOT</version>
+		<relativePath>..</relativePath>
+	</parent>
+
+</project>