Merge "Remove foreign key which is not supported by code"
diff --git a/mso-catalog-db/src/main/resources/VnfResourceCustomization.hbm.xml b/mso-catalog-db/src/main/resources/VnfResourceCustomization.hbm.xml
index 72e7209..e22b67c 100644
--- a/mso-catalog-db/src/main/resources/VnfResourceCustomization.hbm.xml
+++ b/mso-catalog-db/src/main/resources/VnfResourceCustomization.hbm.xml
@@ -40,9 +40,11 @@
 		

 		<property name="created" type="timestamp" generated="insert" update="false" insert="false" column="CREATION_TIMESTAMP" not-null="true"/>

 		

+<!--

 		<set name="vfModuleCustomizations" inverse="true" cascade="all">

 			<key column="VF_MODULE_CUST_MODEL_CUSTOMIZATION_UUID" not-null="true" />

 			<one-to-many class="VnfResCustomToVfModuleCustom" />

 		</set>

+-->

 	</class>

 </hibernate-mapping>