Move the aai-schema, annotations and

schema generation code from the aai-common
repo to the schema service repo as aai-schema
should be in the schema service and all code
related to it such as generation of the schema
code should also be moved to the service

Issue-ID: AAI-2002
Change-Id: Ia792d5ae8822642b1816a0e9664bb21fa511e24f
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
diff --git a/pom.xml b/pom.xml
index 4e528dd..589c8e1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -34,6 +34,9 @@
     <name>aai-schema-service</name>
     <packaging>pom</packaging>
     <modules>
+        <module>aai-annotations</module>
+        <module>aai-schema-gen</module>
+        <module>aai-schema</module>
         <module>aai-schema-service</module>
     </modules>
     <properties>