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/inbounds/configs-api/pom.xml-n | 47 ---------- .../modules/inbounds/designer-api/pom.xml-n | 31 ------- .../modules/inbounds/health-api-common/pom.xml-n | 50 ----------- .../modules/inbounds/health-api/pom.xml-n | 41 --------- ms/blueprintsprocessor/modules/inbounds/pom.xml-n | 99 ---------------------- .../modules/inbounds/resource-api/pom.xml-n | 42 --------- .../modules/inbounds/selfservice-api/pom.xml-n | 81 ------------------ 7 files changed, 391 deletions(-) delete mode 100644 ms/blueprintsprocessor/modules/inbounds/configs-api/pom.xml-n delete mode 100644 ms/blueprintsprocessor/modules/inbounds/designer-api/pom.xml-n delete mode 100644 ms/blueprintsprocessor/modules/inbounds/health-api-common/pom.xml-n delete mode 100644 ms/blueprintsprocessor/modules/inbounds/health-api/pom.xml-n delete mode 100644 ms/blueprintsprocessor/modules/inbounds/pom.xml-n delete mode 100644 ms/blueprintsprocessor/modules/inbounds/resource-api/pom.xml-n delete mode 100755 ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml-n (limited to 'ms/blueprintsprocessor/modules/inbounds') diff --git a/ms/blueprintsprocessor/modules/inbounds/configs-api/pom.xml-n b/ms/blueprintsprocessor/modules/inbounds/configs-api/pom.xml-n deleted file mode 100644 index fa9ccd220..000000000 --- a/ms/blueprintsprocessor/modules/inbounds/configs-api/pom.xml-n +++ /dev/null @@ -1,47 +0,0 @@ - - - - 4.0.0 - - - org.onap.ccsdk.cds.blueprintsprocessor - inbounds - 1.0.0-SNAPSHOT - - - configs-api - 1.0.0-SNAPSHOT - jar - - Blueprints Processor Resource Configurations API - Blueprints Processor Resource Configurations API - - - - org.onap.ccsdk.cds.blueprintsprocessor.functions - config-snapshots - - - org.springframework.security - spring-security-core - - - org.onap.ccsdk.cds.blueprintsprocessor - blueprint-core - - - diff --git a/ms/blueprintsprocessor/modules/inbounds/designer-api/pom.xml-n b/ms/blueprintsprocessor/modules/inbounds/designer-api/pom.xml-n deleted file mode 100644 index ba55de743..000000000 --- a/ms/blueprintsprocessor/modules/inbounds/designer-api/pom.xml-n +++ /dev/null @@ -1,31 +0,0 @@ - - - - 4.0.0 - - - org.onap.ccsdk.cds.blueprintsprocessor - inbounds - 1.0.0-SNAPSHOT - - - designer-api - jar - - Blueprints Processor Designer API - Blueprints Processor Designer API - diff --git a/ms/blueprintsprocessor/modules/inbounds/health-api-common/pom.xml-n b/ms/blueprintsprocessor/modules/inbounds/health-api-common/pom.xml-n deleted file mode 100644 index 402d46805..000000000 --- a/ms/blueprintsprocessor/modules/inbounds/health-api-common/pom.xml-n +++ /dev/null @@ -1,50 +0,0 @@ - - - - 4.0.0 - - - org.onap.ccsdk.cds.blueprintsprocessor - inbounds - 1.0.0-SNAPSHOT - - - health-api-common - jar - - Blueprints Processor Health API common - checking system check health endpoints - - - - org.onap.ccsdk.cds.blueprintsprocessor - rest-lib - - - - org.springframework.boot - spring-boot-starter-actuator - - - org.springframework.boot - spring-boot-starter-logging - - - - - diff --git a/ms/blueprintsprocessor/modules/inbounds/health-api/pom.xml-n b/ms/blueprintsprocessor/modules/inbounds/health-api/pom.xml-n deleted file mode 100644 index a7b1a7482..000000000 --- a/ms/blueprintsprocessor/modules/inbounds/health-api/pom.xml-n +++ /dev/null @@ -1,41 +0,0 @@ - - - - 4.0.0 - - - org.onap.ccsdk.cds.blueprintsprocessor - inbounds - 1.0.0-SNAPSHOT - - - health-api - jar - - Blueprints Processor Health API - checking system check health endpoints - - - - - org.onap.ccsdk.cds.blueprintsprocessor - health-api-common - 1.0.0-SNAPSHOT - - - diff --git a/ms/blueprintsprocessor/modules/inbounds/pom.xml-n b/ms/blueprintsprocessor/modules/inbounds/pom.xml-n deleted file mode 100644 index 17189d800..000000000 --- a/ms/blueprintsprocessor/modules/inbounds/pom.xml-n +++ /dev/null @@ -1,99 +0,0 @@ - - - - 4.0.0 - - - org.onap.ccsdk.cds.blueprintsprocessor - modules - 1.0.0-SNAPSHOT - - - inbounds - pom - - Blueprints Processor Inbounds POM - Blueprints Processor Inbounds - - - configs-api - designer-api - resource-api - selfservice-api - health-api - health-api-common - - - - - org.springframework.security - spring-security-core - - - org.onap.ccsdk.cds.blueprintsprocessor - workflow-service - - - org.onap.ccsdk.cds.blueprintsprocessor.functions - resource-resolution - - - - - io.mockk - mockk - test - - - org.powermock - powermock-api-mockito2 - test - - - org.springframework.boot - spring-boot-starter-test - test - - - org.jetbrains.kotlin - kotlin-test-junit - test - - - org.jetbrains.kotlinx - kotlinx-coroutines-test - test - - - io.grpc - grpc-testing - test - - - io.projectreactor - reactor-test - test - - - - com.h2database - h2 - test - - - diff --git a/ms/blueprintsprocessor/modules/inbounds/resource-api/pom.xml-n b/ms/blueprintsprocessor/modules/inbounds/resource-api/pom.xml-n deleted file mode 100644 index 3cf6510b9..000000000 --- a/ms/blueprintsprocessor/modules/inbounds/resource-api/pom.xml-n +++ /dev/null @@ -1,42 +0,0 @@ - - - - 4.0.0 - - - org.onap.ccsdk.cds.blueprintsprocessor - inbounds - 1.0.0-SNAPSHOT - - - resource-api - jar - - Blueprints Processor Resource API - Blueprints Processor Resource API - - - - org.springframework.security - spring-security-core - - - org.onap.ccsdk.cds.blueprintsprocessor - blueprint-core - - - diff --git a/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml-n b/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml-n deleted file mode 100755 index 5b0c65818..000000000 --- a/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml-n +++ /dev/null @@ -1,81 +0,0 @@ - - - - 4.0.0 - - - org.onap.ccsdk.cds.blueprintsprocessor - inbounds - 1.0.0-SNAPSHOT - - - selfservice-api - jar - - Blueprints Processor Selfservice API - Blueprints Processor Selfservice API - - - - org.onap.ccsdk.cds.blueprintsprocessor - blueprint-core - - - org.onap.ccsdk.cds.blueprintsprocessor - blueprint-validation - - - - - org.onap.ccsdk.cds.blueprintsprocessor - message-lib - - - - - org.springframework.kafka - spring-kafka - - - org.slf4j - slf4j-log4j12 - - - - - org.springframework.kafka - spring-kafka-test - test - - - - - org.apache.kafka - kafka_2.11 - ${kafka.version} - - - org.slf4j - slf4j-log4j12 - - - - - -- cgit 1.2.3-korg