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/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 ------------ 9 files changed, 568 deletions(-) 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 (limited to 'ms/blueprintsprocessor/modules/commons') 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 - - - -- cgit 1.2.3-korg