summaryrefslogtreecommitdiffstats
path: root/springboot/pom.xml
diff options
context:
space:
mode:
authorSingal, Kapil (ks220y) <ks220y@att.com>2020-02-19 17:45:00 -0500
committerSingal, Kapil (ks220y) <ks220y@att.com>2020-02-20 11:40:05 -0500
commit46751a7e8876ea31868f51be3e7f8c8f0dad0c87 (patch)
treefd0d81afcb64510d24f5d1425c575ae765484e5c /springboot/pom.xml
parent9548ff862e5dbe4531e3fcfccd0e472228d7770d (diff)
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
Diffstat (limited to 'springboot/pom.xml')
-rwxr-xr-xspringboot/pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/springboot/pom.xml b/springboot/pom.xml
index 1772fdf5..5b7f69fe 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>