Copy LCM interface from APP-C

Change-Id: Idc18aa00bcbcee3f51473339b6b4ad90f6b4bffc
Issue-ID: CCSDK-219
Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
diff --git a/lcm/pom.xml b/lcm/pom.xml
new file mode 100755
index 0000000..6bf401f
--- /dev/null
+++ b/lcm/pom.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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.onap.ccsdk.parent</groupId>
+		<artifactId>odlparent-lite</artifactId>
+		<version>1.0.1-SNAPSHOT</version>
+        <relativePath/>
+	</parent>
+
+	<groupId>org.onap.ccsdk.sli.northbound</groupId>
+	<artifactId>lcm</artifactId>
+	<version>0.2.1-SNAPSHOT</version>
+	<packaging>pom</packaging>
+
+    <name>ccsdk-sli-northbound :: lcm</name>
+
+	<modules>
+		<module>model</module>
+		<module>features</module>
+		<module>provider</module>
+		<module>installer</module>
+	</modules>
+
+
+</project>