From 3e7fc2227bd415322184c77a947183723d834792 Mon Sep 17 00:00:00 2001 From: Igor Dysko Date: Wed, 8 Jul 2020 12:34:14 +0200 Subject: Update to spring boot 2 Update of code and dependencies, no changes in functionality Issue-ID: AAI-2970 Signed-off-by: Igor Dysko Change-Id: I5802aaefcf31673263c4078bad2a420391391979 --- pom.xml | 33 +++++++++++++------------------ src/main/resources/application.properties | 1 + 2 files changed, 15 insertions(+), 19 deletions(-) diff --git a/pom.xml b/pom.xml index 798a3d2..3328b2e 100644 --- a/pom.xml +++ b/pom.xml @@ -5,9 +5,9 @@ 4.0.0 - org.onap.oparent - oparent - 2.0.0 + org.onap.aai.aai-common + aai-parent + 1.7.0-SNAPSHOT org.onap.aai.graphgraph @@ -23,7 +23,6 @@ 1.8 1.8 1.8 - 1.5.22.RELEASE 0.23.0 docker.io @@ -33,18 +32,12 @@ src/main/resources/ - - - - org.springframework.boot - spring-boot-starter-parent - ${spring.boot.version} - pom - import - - - + + javax.jms + javax.jms-api + 2.0.1 + ch.qos.logback logback-classic @@ -66,17 +59,20 @@ org.onap.aai.aai-common aai-schema-ingest - 1.4.3 org.onap.aai.aai-common aai-core - 1.4.3 + + + org.onap.aai.aai-common + aai-schema-ingest + + junit junit - 4.11 test @@ -92,7 +88,6 @@ com.google.code.gson gson - 2.8.2 org.apache.velocity diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 4076e38..35c8e39 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -1,6 +1,7 @@ # Schema related attributes for the oxm and edges # Any additional schema related attributes should start with prefix schema spring.application.name=graphgraph +spring.main.allow-bean-definition-overriding=true schema.configuration.location=N/A schema.source.name=onap -- cgit 1.2.3-korg