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 -------- .../modules/commons/db-lib/pom.xml-n | 74 ------------- .../modules/commons/dmaap-lib/pom.xml-n | 83 --------------- .../modules/commons/grpc-lib/pom.xml-n | 47 -------- .../modules/commons/message-lib/pom.xml-n | 63 ----------- .../modules/commons/nats-lib/pom.xml-n | 51 --------- ms/blueprintsprocessor/modules/commons/pom.xml-n | 83 --------------- .../modules/commons/processor-core/pom.xml-n | 54 ---------- .../modules/commons/rest-lib/pom.xml-n | 67 ------------ .../modules/commons/ssh-lib/pom.xml-n | 46 -------- .../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 -------------- ms/blueprintsprocessor/modules/outbounds/pom.xml-n | 31 ------ ms/blueprintsprocessor/modules/pom.xml-n | 71 ------------- .../modules/services/execution-service/pom.xml-n | 73 ------------- ms/blueprintsprocessor/modules/services/pom.xml-n | 73 ------------- .../modules/services/workflow-service/pom.xml-n | 46 -------- 26 files changed, 1631 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 delete mode 100644 ms/blueprintsprocessor/modules/commons/db-lib/pom.xml-n delete mode 100644 ms/blueprintsprocessor/modules/commons/dmaap-lib/pom.xml-n delete mode 100644 ms/blueprintsprocessor/modules/commons/grpc-lib/pom.xml-n delete mode 100644 ms/blueprintsprocessor/modules/commons/message-lib/pom.xml-n delete mode 100644 ms/blueprintsprocessor/modules/commons/nats-lib/pom.xml-n delete mode 100755 ms/blueprintsprocessor/modules/commons/pom.xml-n delete mode 100644 ms/blueprintsprocessor/modules/commons/processor-core/pom.xml-n delete mode 100644 ms/blueprintsprocessor/modules/commons/rest-lib/pom.xml-n delete mode 100644 ms/blueprintsprocessor/modules/commons/ssh-lib/pom.xml-n 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 delete mode 100644 ms/blueprintsprocessor/modules/outbounds/pom.xml-n delete mode 100644 ms/blueprintsprocessor/modules/pom.xml-n delete mode 100644 ms/blueprintsprocessor/modules/services/execution-service/pom.xml-n delete mode 100755 ms/blueprintsprocessor/modules/services/pom.xml-n delete mode 100644 ms/blueprintsprocessor/modules/services/workflow-service/pom.xml-n (limited to 'ms/blueprintsprocessor/modules') 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 - - - diff --git a/ms/blueprintsprocessor/modules/commons/db-lib/pom.xml-n b/ms/blueprintsprocessor/modules/commons/db-lib/pom.xml-n deleted file mode 100644 index 8f8ed2228..000000000 --- a/ms/blueprintsprocessor/modules/commons/db-lib/pom.xml-n +++ /dev/null @@ -1,74 +0,0 @@ - - - - 4.0.0 - - - org.onap.ccsdk.cds.blueprintsprocessor - commons - 1.0.0-SNAPSHOT - - - db-lib - jar - - Blueprints Processor DB Lib - Blueprints Processor DB Lib - - - - org.onap.ccsdk.cds.blueprintsprocessor - blueprint-core - - - org.onap.ccsdk.cds.blueprintsprocessor - blueprint-validation - - - org.onap.ccsdk.cds.blueprintsprocessor - processor-core - - - org.springframework.boot - spring-boot-starter-data-jpa - - - org.springframework.boot - spring-boot-starter-logging - - - - - javax.validation - validation-api - - - com.h2database - h2 - - - org.mariadb.jdbc - mariadb-java-client - - - org.hibernate - hibernate-testing - test - - - diff --git a/ms/blueprintsprocessor/modules/commons/dmaap-lib/pom.xml-n b/ms/blueprintsprocessor/modules/commons/dmaap-lib/pom.xml-n deleted file mode 100644 index bd2b13505..000000000 --- a/ms/blueprintsprocessor/modules/commons/dmaap-lib/pom.xml-n +++ /dev/null @@ -1,83 +0,0 @@ - - - - 4.0.0 - - - org.onap.ccsdk.cds.blueprintsprocessor - commons - 1.0.0-SNAPSHOT - - - dmaap-lib - jar - - Blueprints Processor Dmaap Lib - Blueprints Processor Dmaap Lib - - - - org.onap.dmaap.messagerouter.dmaapclient - dmaapClient - ${dmaap.client.version} - - - org.slf4j - slf4j-log4j12 - - - - - - org.springframework.boot - spring-boot-starter-webflux - - - org.springframework.boot - spring-boot-starter-logging - - - - - org.springframework.boot - spring-boot-starter-test - test - - - org.glassfish.jersey.inject - jersey-hk2 - - - javax.ws.rs - javax.ws.rs-api - 2.1-m07 - - - org.jetbrains.kotlin - kotlin-test-junit - test - - - org.onap.ccsdk.cds.blueprintsprocessor - processor-core - - - diff --git a/ms/blueprintsprocessor/modules/commons/grpc-lib/pom.xml-n b/ms/blueprintsprocessor/modules/commons/grpc-lib/pom.xml-n deleted file mode 100644 index 8c954c589..000000000 --- a/ms/blueprintsprocessor/modules/commons/grpc-lib/pom.xml-n +++ /dev/null @@ -1,47 +0,0 @@ - - - - 4.0.0 - - - org.onap.ccsdk.cds.blueprintsprocessor - commons - 1.0.0-SNAPSHOT - - - grpc-lib - jar - - Blueprints Processor GRPC Lib - Blueprints Processor GRPC Lib - - - - org.onap.ccsdk.cds.blueprintsprocessor - blueprint-core - - - org.onap.ccsdk.cds.blueprintsprocessor - processor-core - - - io.grpc - grpc-testing - - - diff --git a/ms/blueprintsprocessor/modules/commons/message-lib/pom.xml-n b/ms/blueprintsprocessor/modules/commons/message-lib/pom.xml-n deleted file mode 100644 index 8ca9d2a6a..000000000 --- a/ms/blueprintsprocessor/modules/commons/message-lib/pom.xml-n +++ /dev/null @@ -1,63 +0,0 @@ - - - - 4.0.0 - - - org.onap.ccsdk.cds.blueprintsprocessor - commons - 1.0.0-SNAPSHOT - - - message-lib - - Blueprints Processor Messaging Lib - Blueprints Processor Messaging Lib - - - - org.onap.ccsdk.cds.blueprintsprocessor - blueprint-core - - - org.onap.ccsdk.cds.blueprintsprocessor - processor-core - - - org.springframework.kafka - spring-kafka - - - org.apache.kafka - kafka-streams - - - org.apache.kafka - kafka-clients - - - org.apache.kafka - kafka-streams-test-utils - test - - - org.springframework.kafka - spring-kafka-test - test - - - diff --git a/ms/blueprintsprocessor/modules/commons/nats-lib/pom.xml-n b/ms/blueprintsprocessor/modules/commons/nats-lib/pom.xml-n deleted file mode 100644 index 1232ab9f3..000000000 --- a/ms/blueprintsprocessor/modules/commons/nats-lib/pom.xml-n +++ /dev/null @@ -1,51 +0,0 @@ - - - - 4.0.0 - - - org.onap.ccsdk.cds.blueprintsprocessor - commons - 1.0.0-SNAPSHOT - - - nats-lib - jar - - Blueprints Processor NATS Lib - Blueprints Processor NATS Lib - - - - io.nats - jnats - - - io.nats - java-nats-streaming - - - - org.onap.ccsdk.cds.blueprintsprocessor - blueprint-core - - - org.onap.ccsdk.cds.blueprintsprocessor - processor-core - - - diff --git a/ms/blueprintsprocessor/modules/commons/pom.xml-n b/ms/blueprintsprocessor/modules/commons/pom.xml-n deleted file mode 100755 index 5aa0459c1..000000000 --- a/ms/blueprintsprocessor/modules/commons/pom.xml-n +++ /dev/null @@ -1,83 +0,0 @@ - - - - 4.0.0 - - - org.onap.ccsdk.cds.blueprintsprocessor - modules - 1.0.0-SNAPSHOT - - - commons - pom - - Blueprints Processor Commons POM - Blueprints Processor Commons - - - processor-core - db-lib - rest-lib - dmaap-lib - grpc-lib - message-lib - ssh-lib - nats-lib - - - - - org.onap.ccsdk.cds.blueprintsprocessor - resource-dict - - - - 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.projectreactor - reactor-test - test - - - diff --git a/ms/blueprintsprocessor/modules/commons/processor-core/pom.xml-n b/ms/blueprintsprocessor/modules/commons/processor-core/pom.xml-n deleted file mode 100644 index 690f9d331..000000000 --- a/ms/blueprintsprocessor/modules/commons/processor-core/pom.xml-n +++ /dev/null @@ -1,54 +0,0 @@ - - - - 4.0.0 - - - org.onap.ccsdk.cds.blueprintsprocessor - commons - 1.0.0-SNAPSHOT - - - processor-core - jar - - Blueprints Processor Core - Blueprints Processor Core - - - - com.hazelcast - hazelcast-all - - - org.onap.ccsdk.cds.blueprintsprocessor - blueprint-proto - - - org.springframework.boot - spring-boot-starter-webflux - - - org.springframework.boot - spring-boot-starter-logging - - - - - diff --git a/ms/blueprintsprocessor/modules/commons/rest-lib/pom.xml-n b/ms/blueprintsprocessor/modules/commons/rest-lib/pom.xml-n deleted file mode 100644 index faed5f2fa..000000000 --- a/ms/blueprintsprocessor/modules/commons/rest-lib/pom.xml-n +++ /dev/null @@ -1,67 +0,0 @@ - - - - 4.0.0 - - - org.onap.ccsdk.cds.blueprintsprocessor - commons - 1.0.0-SNAPSHOT - - - rest-lib - jar - - Blueprints Processor Rest Lib - Blueprints Processor Rest Lib - - - - org.onap.ccsdk.cds.blueprintsprocessor - blueprint-core - - - org.onap.ccsdk.cds.blueprintsprocessor - processor-core - - - org.apache.httpcomponents - httpclient - ${apache.httpcomponents.client.version} - - - org.springframework.boot - spring-boot-starter - - - org.springframework - spring-web - - - org.springframework.boot - spring-boot-starter-webflux - test - - - org.springframework.boot - spring-boot-starter-security - test - - - diff --git a/ms/blueprintsprocessor/modules/commons/ssh-lib/pom.xml-n b/ms/blueprintsprocessor/modules/commons/ssh-lib/pom.xml-n deleted file mode 100644 index 505f19675..000000000 --- a/ms/blueprintsprocessor/modules/commons/ssh-lib/pom.xml-n +++ /dev/null @@ -1,46 +0,0 @@ - - - - 4.0.0 - - - org.onap.ccsdk.cds.blueprintsprocessor - commons - 1.0.0-SNAPSHOT - - - ssh-lib - jar - - Blueprints Processor SSH Lib - Blueprints Processor SSH Lib - - - - org.onap.ccsdk.cds.blueprintsprocessor - blueprint-core - - - org.onap.ccsdk.cds.blueprintsprocessor - processor-core - - - org.apache.sshd - sshd-core - - - 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 - - - - - diff --git a/ms/blueprintsprocessor/modules/outbounds/pom.xml-n b/ms/blueprintsprocessor/modules/outbounds/pom.xml-n deleted file mode 100644 index 41fc28bcc..000000000 --- a/ms/blueprintsprocessor/modules/outbounds/pom.xml-n +++ /dev/null @@ -1,31 +0,0 @@ - - - - 4.0.0 - - - org.onap.ccsdk.cds.blueprintsprocessor - modules - 1.0.0-SNAPSHOT - - - outbounds - pom - - Blueprints Processor Outbounds POM - Blueprints Processor Outbounds - diff --git a/ms/blueprintsprocessor/modules/pom.xml-n b/ms/blueprintsprocessor/modules/pom.xml-n deleted file mode 100644 index e43eaf81a..000000000 --- a/ms/blueprintsprocessor/modules/pom.xml-n +++ /dev/null @@ -1,71 +0,0 @@ - - - - 4.0.0 - - - org.onap.ccsdk.cds.blueprintsprocessor - parent - 1.0.0-SNAPSHOT - ../parent - - - modules - pom - - Blueprints Processor Modules - Blueprints Processor Modules - - - blueprints - commons - outbounds - services - inbounds - - - - - - org.jetbrains.kotlin - kotlin-maven-plugin - ${kotlin.maven.version} - - - compile - compile - - compile - - - - test-compile - test-compile - - test-compile - - - - - 1.8 - - - - - diff --git a/ms/blueprintsprocessor/modules/services/execution-service/pom.xml-n b/ms/blueprintsprocessor/modules/services/execution-service/pom.xml-n deleted file mode 100644 index 307564443..000000000 --- a/ms/blueprintsprocessor/modules/services/execution-service/pom.xml-n +++ /dev/null @@ -1,73 +0,0 @@ - - - - 4.0.0 - - - org.onap.ccsdk.cds.blueprintsprocessor - services - 1.0.0-SNAPSHOT - - - execution-service - jar - - Blueprints Processor Execution Service - Blueprints Processor Execution Service - - - - org.onap.ccsdk.cds.blueprintsprocessor - blueprint-core - - - org.onap.ccsdk.cds.blueprintsprocessor - processor-core - - - org.onap.ccsdk.cds.blueprintsprocessor - db-lib - - - org.onap.ccsdk.cds.blueprintsprocessor - rest-lib - - - org.onap.ccsdk.cds.blueprintsprocessor - grpc-lib - - - org.onap.ccsdk.cds.blueprintsprocessor - nats-lib - - - org.onap.ccsdk.cds.blueprintsprocessor - resource-dict - - - - org.onap.ccsdk.sli.core - sli-provider - - - - io.grpc - grpc-testing - - - diff --git a/ms/blueprintsprocessor/modules/services/pom.xml-n b/ms/blueprintsprocessor/modules/services/pom.xml-n deleted file mode 100755 index ff133039d..000000000 --- a/ms/blueprintsprocessor/modules/services/pom.xml-n +++ /dev/null @@ -1,73 +0,0 @@ - - - - 4.0.0 - - - org.onap.ccsdk.cds.blueprintsprocessor - modules - 1.0.0-SNAPSHOT - - - services - pom - - Blueprints Processor Service POM - Blueprints Processor Service - - - execution-service - workflow-service - - - - - - 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.projectreactor - reactor-test - test - - - diff --git a/ms/blueprintsprocessor/modules/services/workflow-service/pom.xml-n b/ms/blueprintsprocessor/modules/services/workflow-service/pom.xml-n deleted file mode 100644 index fc508fc25..000000000 --- a/ms/blueprintsprocessor/modules/services/workflow-service/pom.xml-n +++ /dev/null @@ -1,46 +0,0 @@ - - - - 4.0.0 - - - org.onap.ccsdk.cds.blueprintsprocessor - services - 1.0.0-SNAPSHOT - - - workflow-service - - Blueprints Processor Workflow Service - Blueprints Processor Workflow Service - - - - org.onap.ccsdk.cds.blueprintsprocessor - blueprint-core - - - org.onap.ccsdk.cds.blueprintsprocessor - execution-service - - - org.onap.ccsdk.sli.core - sli-provider - - - -- cgit 1.2.3-korg