From 03c2309a310bd4d959f476736bd00c8422af4954 Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Wed, 10 Jul 2019 11:35:35 -0400 Subject: [PATCH] Adjust parent pom on sds Issue-ID: AAI-2496 Change-Id: I82ec8dcee0c92c92d92069c8dd05d0e0a4c8e46c Signed-off-by: Jimmy Forsyth --- elasticsearch-sg/pom.xml | 7 +++++++ search-data-service-app/pom.xml | 21 +++++++++++++++++---- 2 files changed, 24 insertions(+), 4 deletions(-) diff --git a/elasticsearch-sg/pom.xml b/elasticsearch-sg/pom.xml index 6bbed7e..ae92121 100644 --- a/elasticsearch-sg/pom.xml +++ b/elasticsearch-sg/pom.xml @@ -24,6 +24,13 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 + + search-data-service + org.onap.aai + 1.5.0-SNAPSHOT + + + org.onap.aai.search-data-service elasticsearch-sg ElasticSearch with SearchGuard diff --git a/search-data-service-app/pom.xml b/search-data-service-app/pom.xml index 71fe188..ea768b8 100644 --- a/search-data-service-app/pom.xml +++ b/search-data-service-app/pom.xml @@ -25,9 +25,9 @@ 4.0.0 - spring-boot-starter-parent - org.springframework.boot - 1.5.19.RELEASE + search-data-service + org.onap.aai + 1.5.0-SNAPSHOT org.onap.aai.search-data-service @@ -52,8 +52,21 @@ false ${project.version} 0.58 + 1.5.19.RELEASE - + + + + + org.springframework.boot + spring-boot-starter-parent + ${spring.boot.version} + pom + import + + + + -- 2.16.6