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 --- .../functions/ansible-awx-executor/pom.xml-n | 56 -------------- .../functions/cli-executor/pom.xml-n | 43 ----------- .../functions/config-snapshots/pom.xml-n | 60 --------------- .../functions/message-prioritizaion/pom.xml-n | 42 ----------- .../functions/netconf-executor/pom.xml-n | 52 ------------- ms/blueprintsprocessor/functions/pom.xml-n | 88 ---------------------- .../functions/python-executor/pom.xml-n | 38 ---------- .../functions/resource-resolution/pom.xml-n | 63 ---------------- .../functions/restconf-executor/pom.xml-n | 44 ----------- .../functions/restful-executor/pom.xml-n | 56 -------------- 10 files changed, 542 deletions(-) delete mode 100644 ms/blueprintsprocessor/functions/ansible-awx-executor/pom.xml-n delete mode 100644 ms/blueprintsprocessor/functions/cli-executor/pom.xml-n delete mode 100644 ms/blueprintsprocessor/functions/config-snapshots/pom.xml-n delete mode 100644 ms/blueprintsprocessor/functions/message-prioritizaion/pom.xml-n delete mode 100644 ms/blueprintsprocessor/functions/netconf-executor/pom.xml-n delete mode 100755 ms/blueprintsprocessor/functions/pom.xml-n delete mode 100644 ms/blueprintsprocessor/functions/python-executor/pom.xml-n delete mode 100644 ms/blueprintsprocessor/functions/resource-resolution/pom.xml-n delete mode 100644 ms/blueprintsprocessor/functions/restconf-executor/pom.xml-n delete mode 100644 ms/blueprintsprocessor/functions/restful-executor/pom.xml-n (limited to 'ms/blueprintsprocessor/functions') diff --git a/ms/blueprintsprocessor/functions/ansible-awx-executor/pom.xml-n b/ms/blueprintsprocessor/functions/ansible-awx-executor/pom.xml-n deleted file mode 100644 index 800ce065d..000000000 --- a/ms/blueprintsprocessor/functions/ansible-awx-executor/pom.xml-n +++ /dev/null @@ -1,56 +0,0 @@ - - - - 4.0.0 - - - org.onap.ccsdk.cds.blueprintsprocessor - functions - 1.0.0-SNAPSHOT - - - org.onap.ccsdk.cds.blueprintsprocessor.functions - ansible-awx-executor - 1.0.0-SNAPSHOT - - Blueprints Processor Function - Ansible AWX Executor - Blueprints Processor Function - Ansible Executor - - - - org.python - jython-standalone - - - org.onap.ccsdk.cds.blueprintsprocessor - rest-lib - - - org.onap.ccsdk.cds.blueprintsprocessor - blueprint-core - - - org.onap.ccsdk.cds.blueprintsprocessor - processor-core - - - org.apache.httpcomponents - httpclient - ${apache.httpcomponents.client.version} - - - diff --git a/ms/blueprintsprocessor/functions/cli-executor/pom.xml-n b/ms/blueprintsprocessor/functions/cli-executor/pom.xml-n deleted file mode 100644 index db6d1e5fc..000000000 --- a/ms/blueprintsprocessor/functions/cli-executor/pom.xml-n +++ /dev/null @@ -1,43 +0,0 @@ - - - - 4.0.0 - - - org.onap.ccsdk.cds.blueprintsprocessor - functions - 1.0.0-SNAPSHOT - - - org.onap.ccsdk.cds.blueprintsprocessor.functions - cli-executor - 1.0.0-SNAPSHOT - - Blueprints Processor Function - CLI Executor - Blueprints Processor Function - CLI Executor - - - - org.onap.ccsdk.cds.blueprintsprocessor.functions - resource-resolution - - - org.onap.ccsdk.cds.blueprintsprocessor - ssh-lib - - - diff --git a/ms/blueprintsprocessor/functions/config-snapshots/pom.xml-n b/ms/blueprintsprocessor/functions/config-snapshots/pom.xml-n deleted file mode 100644 index cbdad2551..000000000 --- a/ms/blueprintsprocessor/functions/config-snapshots/pom.xml-n +++ /dev/null @@ -1,60 +0,0 @@ - - - - 4.0.0 - - - org.onap.ccsdk.cds.blueprintsprocessor - functions - 1.0.0-SNAPSHOT - - - org.onap.ccsdk.cds.blueprintsprocessor.functions - config-snapshots - 1.0.0-SNAPSHOT - - Blueprints Processor Function - Config Snapshots - Blueprints Processor Function - Config Snapshots - - - - org.python - jython-standalone - - - com.h2database - h2 - - - org.mariadb.jdbc - mariadb-java-client - - - com.github.fge - json-patch - - - org.xmlunit - xmlunit-core - - - org.hibernate - hibernate-testing - test - - - diff --git a/ms/blueprintsprocessor/functions/message-prioritizaion/pom.xml-n b/ms/blueprintsprocessor/functions/message-prioritizaion/pom.xml-n deleted file mode 100644 index fd8d2d70b..000000000 --- a/ms/blueprintsprocessor/functions/message-prioritizaion/pom.xml-n +++ /dev/null @@ -1,42 +0,0 @@ - - - - 4.0.0 - - - org.onap.ccsdk.cds.blueprintsprocessor - functions - 1.0.0-SNAPSHOT - - - org.onap.ccsdk.cds.blueprintsprocessor.functions - message-prioritizaion - - Blueprints Processor Function - Message Prioritization - Blueprints Processor Function - Message Prioritization - - - - org.onap.ccsdk.cds.blueprintsprocessor - message-lib - - - com.h2database - h2 - - - diff --git a/ms/blueprintsprocessor/functions/netconf-executor/pom.xml-n b/ms/blueprintsprocessor/functions/netconf-executor/pom.xml-n deleted file mode 100644 index a249737c8..000000000 --- a/ms/blueprintsprocessor/functions/netconf-executor/pom.xml-n +++ /dev/null @@ -1,52 +0,0 @@ - - - - 4.0.0 - - - org.onap.ccsdk.cds.blueprintsprocessor - functions - 1.0.0-SNAPSHOT - - - org.onap.ccsdk.cds.blueprintsprocessor.functions - netconf-executor - 1.0.0-SNAPSHOT - - Blueprints Processor Function - Netconf Executor - Blueprints Processor Function - Netconf Executor - - - - org.onap.ccsdk.cds.blueprintsprocessor.functions - resource-resolution - - - org.apache.sshd - sshd-core - - - com.jcraft - jsch - - - com.h2database - h2 - test - - - diff --git a/ms/blueprintsprocessor/functions/pom.xml-n b/ms/blueprintsprocessor/functions/pom.xml-n deleted file mode 100755 index b6081d7ae..000000000 --- a/ms/blueprintsprocessor/functions/pom.xml-n +++ /dev/null @@ -1,88 +0,0 @@ - - - - 4.0.0 - - - org.onap.ccsdk.cds.blueprintsprocessor - parent - 1.0.0-SNAPSHOT - ../parent - - - functions - pom - - Blueprints Processor Functions - Blueprints Processor Functions - - - resource-resolution - restful-executor - ansible-awx-executor - python-executor - netconf-executor - restconf-executor - cli-executor - config-snapshots - message-prioritizaion - - - - - org.onap.ccsdk.cds.blueprintsprocessor - execution-service - - - - io.mockk - mockk - test - - - org.mock-server - mockserver-netty - 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/functions/python-executor/pom.xml-n b/ms/blueprintsprocessor/functions/python-executor/pom.xml-n deleted file mode 100644 index 4c2c50a3a..000000000 --- a/ms/blueprintsprocessor/functions/python-executor/pom.xml-n +++ /dev/null @@ -1,38 +0,0 @@ - - - - 4.0.0 - - - org.onap.ccsdk.cds.blueprintsprocessor - functions - 1.0.0-SNAPSHOT - - - org.onap.ccsdk.cds.blueprintsprocessor.functions - python-executor - - Blueprints Processor Function - Python Executor - Blueprints Processor Function - Python Executor - - - - org.python - jython-standalone - - - diff --git a/ms/blueprintsprocessor/functions/resource-resolution/pom.xml-n b/ms/blueprintsprocessor/functions/resource-resolution/pom.xml-n deleted file mode 100644 index fdc686547..000000000 --- a/ms/blueprintsprocessor/functions/resource-resolution/pom.xml-n +++ /dev/null @@ -1,63 +0,0 @@ - - - - 4.0.0 - - - org.onap.ccsdk.cds.blueprintsprocessor - functions - 1.0.0-SNAPSHOT - - - org.onap.ccsdk.cds.blueprintsprocessor.functions - resource-resolution - 1.0.0-SNAPSHOT - jar - - Blueprints Processor Function - Resource Resolution - Blueprints Processor Function - Resource Resolution - - - - org.onap.ccsdk.cds.blueprintsprocessor - db-lib - - - org.springframework.boot - spring-boot-starter-data-jpa - - - org.springframework.boot - spring-boot-starter-logging - - - - - com.h2database - h2 - - - org.mariadb.jdbc - mariadb-java-client - - - org.hibernate - hibernate-testing - test - - - diff --git a/ms/blueprintsprocessor/functions/restconf-executor/pom.xml-n b/ms/blueprintsprocessor/functions/restconf-executor/pom.xml-n deleted file mode 100644 index 26ead0e75..000000000 --- a/ms/blueprintsprocessor/functions/restconf-executor/pom.xml-n +++ /dev/null @@ -1,44 +0,0 @@ - - - - 4.0.0 - - - org.onap.ccsdk.cds.blueprintsprocessor - functions - 1.0.0-SNAPSHOT - - - org.onap.ccsdk.cds.blueprintsprocessor.functions - restconf-executor - 1.0.0-SNAPSHOT - - Blueprints Processor Function - Restconf Executor - Blueprints Processor Function - Restconf Executor - - - - org.onap.ccsdk.cds.blueprintsprocessor.functions - resource-resolution - - - com.h2database - h2 - test - - - diff --git a/ms/blueprintsprocessor/functions/restful-executor/pom.xml-n b/ms/blueprintsprocessor/functions/restful-executor/pom.xml-n deleted file mode 100644 index 9e67d0f1b..000000000 --- a/ms/blueprintsprocessor/functions/restful-executor/pom.xml-n +++ /dev/null @@ -1,56 +0,0 @@ - - - - 4.0.0 - - - org.onap.ccsdk.cds.blueprintsprocessor - functions - 1.0.0-SNAPSHOT - - - org.onap.ccsdk.cds.blueprintsprocessor.functions - restful-executor - - Blueprints Processor Function - NRM Restful executor - Blueprints Processor Function - NRM Restful executor - - - - 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 - - - com.h2database - h2 - test - - - -- cgit 1.2.3-korg