From fad060963cdfea8363eaeba4b8e7d4dc12e8ed22 Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Wed, 26 Jun 2019 18:41:27 -0400 Subject: Prepare for global-jjb Issue-ID: AAI-2467 Signed-off-by: Jimmy Forsyth Change-Id: I156b2a6bb35e240aef97c3dec5d1a042c187ea32 --- aai-schema-gen/pom.xml | 47 +++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 41 insertions(+), 6 deletions(-) (limited to 'aai-schema-gen/pom.xml') diff --git a/aai-schema-gen/pom.xml b/aai-schema-gen/pom.xml index 109ad57..9653426 100644 --- a/aai-schema-gen/pom.xml +++ b/aai-schema-gen/pom.xml @@ -27,11 +27,11 @@ org.onap.aai.schema-service schema-service - 1.5.0-SNAPSHOT + 1.5.1-SNAPSHOT aai-schema-gen aai-schema-gen - 1.5.0-SNAPSHOT + 1.5.1-SNAPSHOT https://nexus.onap.org @@ -50,6 +50,7 @@ v12 v16 v10,v11,v12,v13,v14,v15,v16 + 4.3.18.RELEASE @@ -70,6 +71,7 @@ v15 v10,v11,v12,v13,v14,v15,v16 v16 + 4.3.18.RELEASE @@ -599,6 +601,43 @@ + + + + + org.springframework + spring-context + ${springframework.version} + + + org.springframework + spring-web + ${springframework.version} + + + org.springframework + spring-core + ${springframework.version} + + + org.springframework + spring-expression + ${springframework.version} + + + org.springframework + spring-webmvc + ${springframework.version} + + + org.springframework + spring-test + ${springframework.version} + test + + + + junit @@ -673,10 +712,6 @@ org.apache.maven.plugins maven-deploy-plugin - - org.sonatype.plugins - nexus-staging-maven-plugin - -- cgit 1.2.3-korg