From 64282377acebca548149b1922799cddbd67790a7 Mon Sep 17 00:00:00 2001 From: MatthieuGeerebaert Date: Fri, 15 Mar 2019 19:57:45 +0100 Subject: [PATCH] Migrate parent from springboot to oparent Change-Id: I1aa2179c537c37fd392c564e70040bb1633607dc Issue-ID: EXTAPI-193 Signed-off-by: MatthieuGeerebaert --- pom.xml | 197 ++++++++++++++++++++++++++++------------------------------------ 1 file changed, 87 insertions(+), 110 deletions(-) diff --git a/pom.xml b/pom.xml index 1a9c516..258e968 100644 --- a/pom.xml +++ b/pom.xml @@ -19,15 +19,17 @@ externalapi-nbi - org.springframework.boot - spring-boot-starter-parent - 2.1.2.RELEASE - + org.onap.oparent + oparent + 1.2.0 UTF-8 UTF-8 + 1.8 + 1.8 + org.onap.nbi.Application https://nexus.onap.org content/repositories/snapshots/ content/repositories/releases/ @@ -93,50 +95,28 @@ + + + + org.springframework.boot + spring-boot-dependencies + 2.1.3.RELEASE + pom + import + + + + org.springframework.boot spring-boot-starter-web - - - ch.qos.logback - logback-classic - - - com.fasterxml.jackson.core - jackson-databind - - - - - - com.fasterxml.jackson.core - jackson-databind - 2.9.4 - - - - ch.qos.logback - logback-classic - 1.2.3 org.springframework.boot spring-boot-starter-data-jpa - - - org.springframework.data - spring-data-commons - - - - - - org.springframework.data - spring-data-commons - 2.1.4.RELEASE @@ -159,13 +139,11 @@ javax.validation validation-api - 2.0.1.Final org.apache.commons commons-lang3 - 3.4 @@ -180,7 +158,6 @@ org.mariadb.jdbc mariadb-java-client - 1.1.7 @@ -196,7 +173,6 @@ com.fasterxml.jackson.dataformat jackson-dataformat-yaml - 2.9.6 @@ -238,7 +214,7 @@ org.springframework.boot spring-boot-starter-test - test + test @@ -252,7 +228,6 @@ de.flapdoodle.embed de.flapdoodle.embed.mongo - ${embedded-mongo.version} test @@ -296,12 +271,6 @@ org.onap.msb.java-sdk msb-java-sdk 1.2.0 - - - com.fasterxml.jackson.core - jackson-databind - - @@ -312,6 +281,7 @@ 0.9.0 test + com.intuit.karate karate-apache @@ -319,7 +289,6 @@ test - @@ -338,6 +307,16 @@ org.springframework.boot spring-boot-maven-plugin + + + + repackage + + + org.onap.nbi.Application + + + org.apache.maven.plugins @@ -345,7 +324,7 @@ org/onap/nbi/test/KarateApiTest.java - org/onap/nbi/test/ExecutionTaskTest.java + org/onap/nbi/test/ExecutionTaskTest.java org/onap/nbi/test/ServiceOrderRepositoryTest.java org/onap/nbi/apis/servicecatalog/ToscaInfosProcessorTest.java @@ -354,7 +333,6 @@ org.sonatype.plugins nexus-staging-maven-plugin - 1.6.7 true ${nexusproxy} @@ -365,7 +343,6 @@ org.apache.maven.plugins maven-site-plugin - 3.6 org.apache.maven.wagon @@ -414,61 +391,61 @@ sonar-maven-plugin 3.2 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + maven-source-plugin @@ -493,7 +470,7 @@ io.fabric8 docker-maven-plugin - 0.26.1 + 0.28.0 true 1.23 -- 2.16.6