diff options
author | Dan Timoney <dtimoney@att.com> | 2020-12-09 07:37:08 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-12-09 07:37:08 -0500 |
commit | 161996dd93c63db0f8cd0e72f871431e67270b00 (patch) | |
tree | b3172aa5131ba84c2b18fc7831703ad5e7cccdeb /springboot | |
parent | a265d5be417269a7814e2e71e7dad7c0719f4770 (diff) |
Updates to support use of oparent in non-ODL dependent code
Added missing dependencies needed in oparent and dependencies-bom
to allow oparent pom to be used in ccsdk/sli for code not
directly dependent on OpenDaylight. Also, updated to latest
springboot release and to latest released version of ONAP oparent
pom. Note: this change does NOT address changes to compile jars as
java 11. That change will come with the changes for ODL Aluminum.
Change-Id: I599bae0c32f5ced7eada956a0ed3b57f40461cd5
Issue-ID: CCSDK-3001
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'springboot')
-rw-r--r-- | springboot/spring-boot-setup/src/main/properties/springboot2.properties | 4 | ||||
-rw-r--r-- | springboot/springboot2/pom.xml | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/springboot/spring-boot-setup/src/main/properties/springboot2.properties b/springboot/spring-boot-setup/src/main/properties/springboot2.properties index 15dca1b9..ab784993 100644 --- a/springboot/spring-boot-setup/src/main/properties/springboot2.properties +++ b/springboot/spring-boot-setup/src/main/properties/springboot2.properties @@ -1,5 +1,5 @@ springbootparent.artifactId=spring-boot-starter-parent springbootparent.groupId=org.springframework.boot -springbootparent.version=2.3.3.RELEASE +springbootparent.version=2.3.5.RELEASE springboot.project.artifactId=spring-boot-starter-parent -spring.version=5.2.8.RELEASE
\ No newline at end of file +spring.version=5.2.10.RELEASE
\ No newline at end of file diff --git a/springboot/springboot2/pom.xml b/springboot/springboot2/pom.xml index 77bd08ca..432961cf 100644 --- a/springboot/springboot2/pom.xml +++ b/springboot/springboot2/pom.xml @@ -8,7 +8,7 @@ <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>2.3.3.RELEASE</version> + <version>2.3.5.RELEASE</version> <relativePath/> </parent> @@ -101,8 +101,8 @@ <ccsdk.sli.plugins.version>${ccsdl.sli.version}</ccsdk.sli.plugins.version> <!-- Spring versions --> - <spring.boot.version>2.3.3.RELEASE</spring.boot.version> - <spring.version>5.2.8.RELEASE</spring.version> + <spring.boot.version>2.3.5.RELEASE</spring.boot.version> + <spring.version>5.2.10.RELEASE</spring.version> <!-- Kotlin versions --> <kotlin.compiler.jvmTarget>1.8</kotlin.compiler.jvmTarget> |