From 86f5448a6e9d22e5484f1a79612c3e164cf8de8e Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Thu, 9 Apr 2020 14:20:10 -0400 Subject: Remove unneeded backup files Remove unneeded backup files created by updParentVersion script Issue-ID: CCSDK-2308 Signed-off-by: Dan Timoney Change-Id: I8d76b8ee3ccb2dbe563f22aadf1125f8226a104f --- .../modules/blueprints/blueprint-core/pom.xml-n | 115 --------------------- 1 file changed, 115 deletions(-) delete mode 100644 ms/blueprintsprocessor/modules/blueprints/blueprint-core/pom.xml-n (limited to 'ms/blueprintsprocessor/modules/blueprints/blueprint-core') diff --git a/ms/blueprintsprocessor/modules/blueprints/blueprint-core/pom.xml-n b/ms/blueprintsprocessor/modules/blueprints/blueprint-core/pom.xml-n deleted file mode 100644 index f16bbdde2..000000000 --- a/ms/blueprintsprocessor/modules/blueprints/blueprint-core/pom.xml-n +++ /dev/null @@ -1,115 +0,0 @@ - - - - 4.0.0 - - - org.onap.ccsdk.cds.blueprintsprocessor - blueprints - 1.0.0-SNAPSHOT - - - blueprint-core - - Controller Blueprints Core - - - - - org.jetbrains.kotlin - kotlin-compiler-embeddable - - - org.jetbrains.kotlin - kotlin-scripting-jvm-host - - - org.jetbrains.kotlin - kotlin-compiler - - - - - org.jetbrains.kotlin - kotlin-script-util - - - org.jetbrains.kotlin - kotlin-script-runtime - - - - com.fasterxml.jackson.dataformat - jackson-dataformat-xml - - - com.fasterxml.jackson.dataformat - jackson-dataformat-yaml - - - com.fasterxml.jackson.module - jackson-module-jsonSchema - - - io.projectreactor - reactor-core - - - org.yaml - snakeyaml - - - org.apache.velocity - velocity - - - org.slf4j - slf4j-api - - - - - com.hubspot.jinjava - jinjava - - - org.springframework.boot - spring-boot-starter-logging - - - org.apache.commons - commons-compress - - - - org.jetbrains.kotlin - kotlin-test-junit - test - - - io.mockk - mockk - test - - - org.jetbrains.kotlinx - kotlinx-coroutines-test - test - - - -- cgit