From bae12bf7d5a92a4d6be22e9ce8c3dc9878c59f36 Mon Sep 17 00:00:00 2001 From: Bogumil Zebek Date: Wed, 10 Mar 2021 12:55:08 +0100 Subject: Package rename Step 2: package rename, fix pom.xml, fix integration tests Issue-ID: INT-1869 Signed-off-by: Zebek Bogumil Change-Id: Ia4c6823e4facc3791583fb39caba3bcc125b3af7 --- pom.xml | 73 +---------------------------------------------------------------- 1 file changed, 1 insertion(+), 72 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 546d44a..2d45894 100644 --- a/pom.xml +++ b/pom.xml @@ -41,7 +41,7 @@ 11 11 yyyyMMdd'T'HHmmss - org.onap.pnfsimulator.Main + org.onap.integration.simulators.nfsimulator.vesclient.Main latest libs ${project.build.directory}/${dependency.directory.name} @@ -149,11 +149,6 @@ spring-boot-starter-data-mongodb ${spring-boot-starter-data-mongodb.version} - - - - - org.springframework.cloud spring-cloud-config-client @@ -170,21 +165,6 @@ logback-classic ${logback-classic.version} - - - - - - - - - - - - - - - org.json json @@ -200,32 +180,11 @@ httpclient ${apache.httpclient.version} - - - - - - - - - - org.apache.commons commons-lang3 ${commons-lang3.version} - - - - - - - - - - - io.vavr vavr-match @@ -265,36 +224,6 @@ test ${junit-jupiter-engine.version} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - org.springframework.boot spring-boot-starter-test -- cgit 1.2.3-korg