diff options
author | Jimmy Forsyth <jf2512@att.com> | 2019-05-06 08:03:54 -0400 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2019-05-06 08:05:11 -0400 |
commit | 84405ca31620effe245b332b354a6c9142a11bd0 (patch) | |
tree | 5af5a489c5af87ae861d8e75b4a5b9aa6b6b2d69 /search-data-service-app | |
parent | 42570578ab61e9dc630544f3d07cf48fc4b3cb80 (diff) |
Downgrade to springboot 1.5.19.RELEASE4.0.0-ONAP1.4.3dublin
Issue-ID: AAI-2409
Change-Id: If9a069a5ddd95aa95b568c20e66887fa4d4c2704
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Diffstat (limited to 'search-data-service-app')
-rw-r--r-- | search-data-service-app/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/search-data-service-app/pom.xml b/search-data-service-app/pom.xml index 2e0b19c..4b28a2a 100644 --- a/search-data-service-app/pom.xml +++ b/search-data-service-app/pom.xml @@ -27,7 +27,7 @@ <parent> <artifactId>spring-boot-starter-parent</artifactId> <groupId>org.springframework.boot</groupId> - <version>1.5.20.RELEASE</version> + <version>1.5.19.RELEASE</version> </parent> <groupId>org.onap.aai.search-data-service</groupId> |