Refactoring parent root poms

1) dependency-odl-bom is being imported to other parent poms, removing / cleaning up duplicate dependencies

2) Adding spring-boot-setup pom and related templates for spring-boot parent poms

3) Adding jetty-server to dependency-odl-bom

4) Adding org.onap.logging-analytics dependency to spring-boot-parent poms

Issue-ID: CCSDK-2107
Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com>
Change-Id: I3a844cd736044a4ffbca7688bca110c0bc7dab0c
diff --git a/springboot/pom.xml b/springboot/pom.xml
index 1772fdf..5b7f69f 100755
--- a/springboot/pom.xml
+++ b/springboot/pom.xml
@@ -16,6 +16,7 @@
     <name>ONAP :: ${project.groupId} :: ${project.artifactId}</name>
 
     <modules>
+        <module>spring-boot-setup</module>
         <module>springboot1</module>
         <module>springboot2</module>
     </modules>