OSAM infra seed code - merge with osam-core side-by-side - fixed warnings in onap-enabler POMs

Change-Id: I0cd9ea39d4b7c1dc088ab0ecd6fb787c7f490e5e
Signed-off-by: Aharoni, Pavel (pa0916) <pavel.aharoni@intl.att.com>
diff --git a/onap-enabler-be/src/main/resources/owning-entity-properties.JSON b/onap-enabler-be/src/main/resources/owning-entity-properties.JSON
new file mode 100644
index 0000000..12ee4cf
--- /dev/null
+++ b/onap-enabler-be/src/main/resources/owning-entity-properties.JSON
@@ -0,0 +1,17 @@
+{

+	"owningEntityProperties" : {

+		"platform": {

+			"Platform-name": "Platform-name"

+		},

+		"project": {

+			"Project-name": "Project-name"

+		},

+		"lineOfBusiness": {

+			"Line-of-business-name": "Line-of-business-name"

+		},		

+		"owningEntity": {

+			"Owning-entity-id": "Owning-entity-name"

+		}	

+	}			

+}

+