From 46751a7e8876ea31868f51be3e7f8c8f0dad0c87 Mon Sep 17 00:00:00 2001 From: "Singal, Kapil (ks220y)" Date: Wed, 19 Feb 2020 17:45:00 -0500 Subject: 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) Change-Id: I3a844cd736044a4ffbca7688bca110c0bc7dab0c --- .../spring-boot-setup/src/main/properties/springboot1.properties | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 springboot/spring-boot-setup/src/main/properties/springboot1.properties (limited to 'springboot/spring-boot-setup/src/main/properties/springboot1.properties') diff --git a/springboot/spring-boot-setup/src/main/properties/springboot1.properties b/springboot/spring-boot-setup/src/main/properties/springboot1.properties new file mode 100644 index 00000000..c4f4e011 --- /dev/null +++ b/springboot/spring-boot-setup/src/main/properties/springboot1.properties @@ -0,0 +1,5 @@ +springbootparent.artifactId=spring-boot-starter-parent +springbootparent.groupId=org.springframework.boot +springbootparent.version=1.5.22.RELEASE +springboot.project.artifactId=spring-boot-1-starter-parent +spring.version=4.3.25.RELEASE \ No newline at end of file -- cgit 1.2.3-korg