diff options
author | Singal, Kapil (ks220y) <ks220y@att.com> | 2020-02-19 17:45:00 -0500 |
---|---|---|
committer | Singal, Kapil (ks220y) <ks220y@att.com> | 2020-02-20 11:40:05 -0500 |
commit | 46751a7e8876ea31868f51be3e7f8c8f0dad0c87 (patch) | |
tree | fd0d81afcb64510d24f5d1425c575ae765484e5c /springboot/spring-boot-setup/src/main/properties/springboot2.properties | |
parent | 9548ff862e5dbe4531e3fcfccd0e472228d7770d (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/spring-boot-setup/src/main/properties/springboot2.properties')
-rw-r--r-- | springboot/spring-boot-setup/src/main/properties/springboot2.properties | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/springboot/spring-boot-setup/src/main/properties/springboot2.properties b/springboot/spring-boot-setup/src/main/properties/springboot2.properties new file mode 100644 index 00000000..68a672b3 --- /dev/null +++ b/springboot/spring-boot-setup/src/main/properties/springboot2.properties @@ -0,0 +1,5 @@ +springbootparent.artifactId=spring-boot-starter-parent +springbootparent.groupId=org.springframework.boot +springbootparent.version=2.2.4.RELEASE +springboot.project.artifactId=spring-boot-starter-parent +spring.version=5.2.3.RELEASE
\ No newline at end of file |