From 2f81c9e500cc5d260a66ea70de8397d0c824f67e Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Fri, 31 May 2019 14:08:12 -0400 Subject: Move to oparent and upversion to 1.5.0 Issue-ID: AAI-2464 Change-Id: I961491c316ad0bc135eff43b8c5ed8ff0686ca5c Signed-off-by: Jimmy Forsyth --- aai-schema-ingest/pom.xml | 27 ++++++++++++++++++++++----- 1 file changed, 22 insertions(+), 5 deletions(-) (limited to 'aai-schema-ingest') diff --git a/aai-schema-ingest/pom.xml b/aai-schema-ingest/pom.xml index 749b5c0d..7b1c2165 100644 --- a/aai-schema-ingest/pom.xml +++ b/aai-schema-ingest/pom.xml @@ -25,16 +25,17 @@ org.onap.aai.aai-common aai-common - 1.4.4-SNAPSHOT + 1.5.0-SNAPSHOT aai-schema-ingest aai-schema-ingest - 1.4.4-SNAPSHOT + 1.5.0-SNAPSHOT jar 1.0.1-oss 4.5.5 + 4.3.24.RELEASE @@ -57,6 +58,7 @@ + org.eclipse.persistence @@ -103,12 +105,27 @@ org.springframework spring-context - 4.3.21.RELEASE + ${springframework.version} org.springframework spring-web - 4.3.21.RELEASE + ${springframework.version} + + + org.springframework + spring-core + ${springframework.version} + + + org.springframework + spring-expression + ${springframework.version} + + + org.springframework + spring-webmvc + ${springframework.version} org.springframework.boot @@ -123,7 +140,7 @@ org.springframework spring-test - 4.3.21.RELEASE + ${springframework.version} org.springframework.boot -- cgit 1.2.3-korg