diff options
author | Dan Timoney <dtimoney@att.com> | 2020-04-27 09:55:15 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-04-28 13:19:24 -0400 |
commit | cfe678d453a4c9d442b6d54a00a75c21d581fc22 (patch) | |
tree | 3f7e1dad923f3bb714fb59ad9995c2b5fbc5aeeb /sliapi/springboot | |
parent | d5471900d0d05edb94225fc6895fafada649c869 (diff) |
Use RC1 version of parent poms
Update to use RC1 version of parent poms and declared
bgp dependency as optional.
Change-Id: I3c4312e3d4be5b44eb85effa5176e3a014664591
Issue-ID: CCSDK-2344
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'sliapi/springboot')
-rw-r--r-- | sliapi/springboot/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sliapi/springboot/pom.xml b/sliapi/springboot/pom.xml index 1c074a58..14d875c0 100644 --- a/sliapi/springboot/pom.xml +++ b/sliapi/springboot/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>1.5.3-SNAPSHOT</version> + <version>1.5.4</version> <relativePath/> </parent> |