From 3cd4023832810e8b65f85a9db807c8bafec38d82 Mon Sep 17 00:00:00 2001 From: ramya Date: Mon, 11 Mar 2019 17:34:41 +0530 Subject: code coverage for M3 Change-Id: Ib421ce2ac9357a3210d99293497f9e304f8cd2f5 Issue-ID: DCAEGEN2-1259 Signed-off-by: Ramya Ravichandran --- pom.xml | 92 ++++++++++++++++++++++++++++------------------------------------- 1 file changed, 40 insertions(+), 52 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 648f1e6..cbb2c72 100644 --- a/pom.xml +++ b/pom.xml @@ -1,23 +1,24 @@ + ============LICENSE_START======================================================= + son-handler + ================================================================================ + Copyright (C) 2019 Wipro Limited. + ============================================================================== + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. + ============LICENSE_END========================================================= + + --> 4.0.0 @@ -65,7 +66,16 @@ junit test - + + com.fasterxml.jackson.core + jackson-core + 2.9.8 + + + com.fasterxml.jackson.core + jackson-databind + 2.9.8 + javax.json @@ -76,21 +86,7 @@ org.springframework.boot spring-boot-starter-web - 2.0.4.RELEASE - - - com.fasterxml.jackson.core - jackson-databind - - - com.fasterxml.jackson.datatype - jackson-datatype-jsr310 - - - org.springframework - spring-web - - + 2.0.4.RELEASE org.postgresql @@ -100,30 +96,22 @@ org.springframework.boot spring-boot-starter-data-jpa - 2.0.4.RELEASE - - - com.fasterxml.jackson.datatype - jackson-datatype-jsr310 - 2.9.8 - - - com.fasterxml.jackson.core - jackson-databind - 2.9.8 - - - org.springframework - spring-web - 5.0.11.RELEASE + 2.0.4.RELEASE org.springframework.data spring-data-commons-core - 1.4.1.RELEASE + 1.4.0.RELEASE + + + + org.codehaus.jackson + jackson-mapper-asl + 1.9.13 + org.hibernate.javax.persistence hibernate-jpa-2.0-api @@ -133,7 +121,7 @@ org.springframework spring-beans - 5.0.11.RELEASE + 5.0.10.RELEASE -- cgit 1.2.3-korg