From d0fcd8413f929b4a841546d8f52bca2337f612b8 Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Tue, 2 Jul 2019 12:50:57 -0400 Subject: Update to oparent 2.0.0 Issue-ID: AAI-2485 Signed-off-by: Jimmy Forsyth Change-Id: Id4380b2c1efe560806c4abc551cf4129257a276f --- pom.xml | 47 +++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 45 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index e084eb7..19b377f 100644 --- a/pom.xml +++ b/pom.xml @@ -24,7 +24,7 @@ limitations under the License. org.onap.oparent oparent - 1.2.0 + 2.0.0 org.onap.aai.router-core @@ -44,7 +44,50 @@ limitations under the License. ${project.version} 2.22.1 0.70 + 4.3.18.RELEASE + + + + + ch.qos.logback + logback-classic + 1.1.3 + + + 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 + + + + org.apache.camel @@ -61,7 +104,7 @@ limitations under the License. org.onap.aai.logging-service common-logging - 1.2.2 + 1.5.0 -- cgit 1.2.3-korg