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 -------------------- .../modules/blueprints/blueprint-proto/pom.xml-n | 118 --------------------- .../blueprints/blueprint-validation/pom.xml-n | 64 ----------- .../modules/blueprints/pom.xml-n | 38 ------- .../modules/blueprints/resource-dict/pom.xml-n | 43 -------- 5 files changed, 378 deletions(-) delete mode 100644 ms/blueprintsprocessor/modules/blueprints/blueprint-core/pom.xml-n delete mode 100644 ms/blueprintsprocessor/modules/blueprints/blueprint-proto/pom.xml-n delete mode 100644 ms/blueprintsprocessor/modules/blueprints/blueprint-validation/pom.xml-n delete mode 100644 ms/blueprintsprocessor/modules/blueprints/pom.xml-n delete mode 100644 ms/blueprintsprocessor/modules/blueprints/resource-dict/pom.xml-n (limited to 'ms/blueprintsprocessor/modules/blueprints') 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 - - - diff --git a/ms/blueprintsprocessor/modules/blueprints/blueprint-proto/pom.xml-n b/ms/blueprintsprocessor/modules/blueprints/blueprint-proto/pom.xml-n deleted file mode 100644 index 6a6562082..000000000 --- a/ms/blueprintsprocessor/modules/blueprints/blueprint-proto/pom.xml-n +++ /dev/null @@ -1,118 +0,0 @@ - - - - 4.0.0 - - - org.onap.ccsdk.cds.blueprintsprocessor - blueprints - 1.0.0-SNAPSHOT - - - blueprint-proto - - Controller Blueprints Proto - Controller Blueprints Proto - - - true - - - - - com.github.marcoferrer.krotoplus - kroto-plus-coroutines - - - - - - - org.xolstice.maven.plugins - protobuf-maven-plugin - 0.6.1 - - - com.google.protobuf:protoc:3.10.0:exe:${os.detected.classifier} - - ${project.basedir}/../../../../../components/model-catalog/proto-definition/proto - - - - - - compile - - - - grpc-java - - compile-custom - - - grpc-java - io.grpc:protoc-gen-grpc-java:${grpc.version}:exe:${os.detected.classifier} - - - - - - - - org.jetbrains.kotlin - kotlin-maven-plugin - ${kotlin.maven.version} - - - compile - - compile - - - - ${project.basedir}/target/generated-sources/protobuf/java - ${project.basedir}/target/generated-sources/protobuf/grpc-java - - - - - - - - - - kr.motd.maven - os-maven-plugin - 1.6.2 - - - - diff --git a/ms/blueprintsprocessor/modules/blueprints/blueprint-validation/pom.xml-n b/ms/blueprintsprocessor/modules/blueprints/blueprint-validation/pom.xml-n deleted file mode 100644 index 3d572d6f2..000000000 --- a/ms/blueprintsprocessor/modules/blueprints/blueprint-validation/pom.xml-n +++ /dev/null @@ -1,64 +0,0 @@ - - - - 4.0.0 - - - org.onap.ccsdk.cds.blueprintsprocessor - blueprints - 1.0.0-SNAPSHOT - - - blueprint-validation - - Controller Blueprints Validation Service - - - - org.springframework - spring-core - - - org.springframework - spring-context - - - org.onap.ccsdk.cds.blueprintsprocessor - blueprint-core - - - org.onap.ccsdk.cds.blueprintsprocessor - resource-dict - - - - - org.jetbrains.kotlin - kotlin-test-junit - - - io.mockk - mockk - - - org.jetbrains.kotlinx - kotlinx-coroutines-test - - - diff --git a/ms/blueprintsprocessor/modules/blueprints/pom.xml-n b/ms/blueprintsprocessor/modules/blueprints/pom.xml-n deleted file mode 100644 index 8146f2cd6..000000000 --- a/ms/blueprintsprocessor/modules/blueprints/pom.xml-n +++ /dev/null @@ -1,38 +0,0 @@ - - - - 4.0.0 - - - org.onap.ccsdk.cds.blueprintsprocessor - modules - 1.0.0-SNAPSHOT - - - blueprints - pom - - Blueprints POM - Blueprints POM - - - blueprint-core - resource-dict - blueprint-validation - blueprint-proto - - diff --git a/ms/blueprintsprocessor/modules/blueprints/resource-dict/pom.xml-n b/ms/blueprintsprocessor/modules/blueprints/resource-dict/pom.xml-n deleted file mode 100644 index 945c0a52c..000000000 --- a/ms/blueprintsprocessor/modules/blueprints/resource-dict/pom.xml-n +++ /dev/null @@ -1,43 +0,0 @@ - - - - 4.0.0 - - - org.onap.ccsdk.cds.blueprintsprocessor - blueprints - 1.0.0-SNAPSHOT - - - resource-dict - - Controller Blueprints Resource Dictionary - - - - org.onap.ccsdk.cds.blueprintsprocessor - blueprint-core - - - org.jetbrains.kotlin - kotlin-test-junit - test - - - -- cgit 1.2.3-korg