From 8edec22767a6fdb055af92ef815e374987ed8d22 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Tue, 7 Apr 2020 11:51:20 -0400 Subject: Roll to next Guilin snapshot Roll to next Guilin snapshot release Issue-ID: CCSDK-2152 Signed-off-by: Dan Timoney Change-Id: I1a5ea68da8821ffe28ac84e60177af05e26b3585 --- .../modules/blueprints/blueprint-core/pom.xml | 3 +- .../modules/blueprints/blueprint-core/pom.xml-n | 115 ++++++++++++++++++++ .../modules/blueprints/blueprint-proto/pom.xml | 3 +- .../modules/blueprints/blueprint-proto/pom.xml-n | 118 +++++++++++++++++++++ .../blueprints/blueprint-validation/pom.xml | 3 +- .../blueprints/blueprint-validation/pom.xml-n | 64 +++++++++++ ms/blueprintsprocessor/modules/blueprints/pom.xml | 3 +- .../modules/blueprints/pom.xml-n | 38 +++++++ .../modules/blueprints/resource-dict/pom.xml | 3 +- .../modules/blueprints/resource-dict/pom.xml-n | 43 ++++++++ .../modules/commons/db-lib/pom.xml | 3 +- .../modules/commons/db-lib/pom.xml-n | 74 +++++++++++++ .../modules/commons/dmaap-lib/pom.xml | 3 +- .../modules/commons/dmaap-lib/pom.xml-n | 83 +++++++++++++++ .../modules/commons/grpc-lib/pom.xml | 3 +- .../modules/commons/grpc-lib/pom.xml-n | 47 ++++++++ .../modules/commons/message-lib/pom.xml | 3 +- .../modules/commons/message-lib/pom.xml-n | 63 +++++++++++ .../modules/commons/nats-lib/pom.xml | 3 +- .../modules/commons/nats-lib/pom.xml-n | 51 +++++++++ ms/blueprintsprocessor/modules/commons/pom.xml | 3 +- ms/blueprintsprocessor/modules/commons/pom.xml-n | 83 +++++++++++++++ .../modules/commons/processor-core/pom.xml | 3 +- .../modules/commons/processor-core/pom.xml-n | 54 ++++++++++ .../modules/commons/rest-lib/pom.xml | 3 +- .../modules/commons/rest-lib/pom.xml-n | 67 ++++++++++++ .../modules/commons/ssh-lib/pom.xml | 3 +- .../modules/commons/ssh-lib/pom.xml-n | 46 ++++++++ .../modules/inbounds/configs-api/pom.xml | 5 +- .../modules/inbounds/configs-api/pom.xml-n | 47 ++++++++ .../modules/inbounds/designer-api/pom.xml | 3 +- .../modules/inbounds/designer-api/pom.xml-n | 31 ++++++ .../modules/inbounds/health-api-common/pom.xml | 3 +- .../modules/inbounds/health-api-common/pom.xml-n | 50 +++++++++ .../modules/inbounds/health-api/pom.xml | 5 +- .../modules/inbounds/health-api/pom.xml-n | 41 +++++++ ms/blueprintsprocessor/modules/inbounds/pom.xml | 3 +- ms/blueprintsprocessor/modules/inbounds/pom.xml-n | 99 +++++++++++++++++ .../modules/inbounds/resource-api/pom.xml | 3 +- .../modules/inbounds/resource-api/pom.xml-n | 42 ++++++++ .../modules/inbounds/selfservice-api/pom.xml | 3 +- .../modules/inbounds/selfservice-api/pom.xml-n | 81 ++++++++++++++ ms/blueprintsprocessor/modules/outbounds/pom.xml | 3 +- ms/blueprintsprocessor/modules/outbounds/pom.xml-n | 31 ++++++ ms/blueprintsprocessor/modules/pom.xml | 3 +- ms/blueprintsprocessor/modules/pom.xml-n | 71 +++++++++++++ .../modules/services/execution-service/pom.xml | 3 +- .../modules/services/execution-service/pom.xml-n | 73 +++++++++++++ ms/blueprintsprocessor/modules/services/pom.xml | 3 +- ms/blueprintsprocessor/modules/services/pom.xml-n | 73 +++++++++++++ .../modules/services/workflow-service/pom.xml | 3 +- .../modules/services/workflow-service/pom.xml-n | 46 ++++++++ 52 files changed, 1685 insertions(+), 28 deletions(-) create mode 100644 ms/blueprintsprocessor/modules/blueprints/blueprint-core/pom.xml-n create mode 100644 ms/blueprintsprocessor/modules/blueprints/blueprint-proto/pom.xml-n create mode 100644 ms/blueprintsprocessor/modules/blueprints/blueprint-validation/pom.xml-n create mode 100644 ms/blueprintsprocessor/modules/blueprints/pom.xml-n create mode 100644 ms/blueprintsprocessor/modules/blueprints/resource-dict/pom.xml-n create mode 100644 ms/blueprintsprocessor/modules/commons/db-lib/pom.xml-n create mode 100644 ms/blueprintsprocessor/modules/commons/dmaap-lib/pom.xml-n create mode 100644 ms/blueprintsprocessor/modules/commons/grpc-lib/pom.xml-n create mode 100644 ms/blueprintsprocessor/modules/commons/message-lib/pom.xml-n create mode 100644 ms/blueprintsprocessor/modules/commons/nats-lib/pom.xml-n create mode 100755 ms/blueprintsprocessor/modules/commons/pom.xml-n create mode 100644 ms/blueprintsprocessor/modules/commons/processor-core/pom.xml-n create mode 100644 ms/blueprintsprocessor/modules/commons/rest-lib/pom.xml-n create mode 100644 ms/blueprintsprocessor/modules/commons/ssh-lib/pom.xml-n create mode 100644 ms/blueprintsprocessor/modules/inbounds/configs-api/pom.xml-n create mode 100644 ms/blueprintsprocessor/modules/inbounds/designer-api/pom.xml-n create mode 100644 ms/blueprintsprocessor/modules/inbounds/health-api-common/pom.xml-n create mode 100644 ms/blueprintsprocessor/modules/inbounds/health-api/pom.xml-n create mode 100644 ms/blueprintsprocessor/modules/inbounds/pom.xml-n create mode 100644 ms/blueprintsprocessor/modules/inbounds/resource-api/pom.xml-n create mode 100755 ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml-n create mode 100644 ms/blueprintsprocessor/modules/outbounds/pom.xml-n create mode 100644 ms/blueprintsprocessor/modules/pom.xml-n create mode 100644 ms/blueprintsprocessor/modules/services/execution-service/pom.xml-n create mode 100755 ms/blueprintsprocessor/modules/services/pom.xml-n create 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 b/ms/blueprintsprocessor/modules/blueprints/blueprint-core/pom.xml index def1ed0b3..6f0791c4e 100644 --- a/ms/blueprintsprocessor/modules/blueprints/blueprint-core/pom.xml +++ b/ms/blueprintsprocessor/modules/blueprints/blueprint-core/pom.xml @@ -15,13 +15,14 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> + 4.0.0 org.onap.ccsdk.cds.blueprintsprocessor blueprints - 0.7.1-SNAPSHOT + 1.0.0-SNAPSHOT blueprint-core diff --git a/ms/blueprintsprocessor/modules/blueprints/blueprint-core/pom.xml-n b/ms/blueprintsprocessor/modules/blueprints/blueprint-core/pom.xml-n new file mode 100644 index 000000000..f16bbdde2 --- /dev/null +++ b/ms/blueprintsprocessor/modules/blueprints/blueprint-core/pom.xml-n @@ -0,0 +1,115 @@ + + + + 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 b/ms/blueprintsprocessor/modules/blueprints/blueprint-proto/pom.xml index 11ce0e27c..b71085f3d 100644 --- a/ms/blueprintsprocessor/modules/blueprints/blueprint-proto/pom.xml +++ b/ms/blueprintsprocessor/modules/blueprints/blueprint-proto/pom.xml @@ -14,13 +14,14 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> + 4.0.0 org.onap.ccsdk.cds.blueprintsprocessor blueprints - 0.7.1-SNAPSHOT + 1.0.0-SNAPSHOT blueprint-proto diff --git a/ms/blueprintsprocessor/modules/blueprints/blueprint-proto/pom.xml-n b/ms/blueprintsprocessor/modules/blueprints/blueprint-proto/pom.xml-n new file mode 100644 index 000000000..6a6562082 --- /dev/null +++ b/ms/blueprintsprocessor/modules/blueprints/blueprint-proto/pom.xml-n @@ -0,0 +1,118 @@ + + + + 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 b/ms/blueprintsprocessor/modules/blueprints/blueprint-validation/pom.xml index 0a5818ecd..d87f25a3c 100644 --- a/ms/blueprintsprocessor/modules/blueprints/blueprint-validation/pom.xml +++ b/ms/blueprintsprocessor/modules/blueprints/blueprint-validation/pom.xml @@ -16,13 +16,14 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> + 4.0.0 org.onap.ccsdk.cds.blueprintsprocessor blueprints - 0.7.1-SNAPSHOT + 1.0.0-SNAPSHOT blueprint-validation diff --git a/ms/blueprintsprocessor/modules/blueprints/blueprint-validation/pom.xml-n b/ms/blueprintsprocessor/modules/blueprints/blueprint-validation/pom.xml-n new file mode 100644 index 000000000..3d572d6f2 --- /dev/null +++ b/ms/blueprintsprocessor/modules/blueprints/blueprint-validation/pom.xml-n @@ -0,0 +1,64 @@ + + + + 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 b/ms/blueprintsprocessor/modules/blueprints/pom.xml index 0ea6a1eee..a2b19ccec 100644 --- a/ms/blueprintsprocessor/modules/blueprints/pom.xml +++ b/ms/blueprintsprocessor/modules/blueprints/pom.xml @@ -14,13 +14,14 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> + 4.0.0 org.onap.ccsdk.cds.blueprintsprocessor modules - 0.7.1-SNAPSHOT + 1.0.0-SNAPSHOT blueprints diff --git a/ms/blueprintsprocessor/modules/blueprints/pom.xml-n b/ms/blueprintsprocessor/modules/blueprints/pom.xml-n new file mode 100644 index 000000000..8146f2cd6 --- /dev/null +++ b/ms/blueprintsprocessor/modules/blueprints/pom.xml-n @@ -0,0 +1,38 @@ + + + + 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 b/ms/blueprintsprocessor/modules/blueprints/resource-dict/pom.xml index c26301a5a..6fa99c0fb 100644 --- a/ms/blueprintsprocessor/modules/blueprints/resource-dict/pom.xml +++ b/ms/blueprintsprocessor/modules/blueprints/resource-dict/pom.xml @@ -16,13 +16,14 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> + 4.0.0 org.onap.ccsdk.cds.blueprintsprocessor blueprints - 0.7.1-SNAPSHOT + 1.0.0-SNAPSHOT resource-dict diff --git a/ms/blueprintsprocessor/modules/blueprints/resource-dict/pom.xml-n b/ms/blueprintsprocessor/modules/blueprints/resource-dict/pom.xml-n new file mode 100644 index 000000000..945c0a52c --- /dev/null +++ b/ms/blueprintsprocessor/modules/blueprints/resource-dict/pom.xml-n @@ -0,0 +1,43 @@ + + + + 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 b/ms/blueprintsprocessor/modules/commons/db-lib/pom.xml index c91cb5351..71ef22062 100644 --- a/ms/blueprintsprocessor/modules/commons/db-lib/pom.xml +++ b/ms/blueprintsprocessor/modules/commons/db-lib/pom.xml @@ -15,13 +15,14 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> + 4.0.0 org.onap.ccsdk.cds.blueprintsprocessor commons - 0.7.1-SNAPSHOT + 1.0.0-SNAPSHOT db-lib diff --git a/ms/blueprintsprocessor/modules/commons/db-lib/pom.xml-n b/ms/blueprintsprocessor/modules/commons/db-lib/pom.xml-n new file mode 100644 index 000000000..8f8ed2228 --- /dev/null +++ b/ms/blueprintsprocessor/modules/commons/db-lib/pom.xml-n @@ -0,0 +1,74 @@ + + + + 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 b/ms/blueprintsprocessor/modules/commons/dmaap-lib/pom.xml index a2fd4985a..2e54d3c51 100644 --- a/ms/blueprintsprocessor/modules/commons/dmaap-lib/pom.xml +++ b/ms/blueprintsprocessor/modules/commons/dmaap-lib/pom.xml @@ -18,13 +18,14 @@ ~ limitations under the License. ~ ============LICENSE_END========================================================= --> + 4.0.0 org.onap.ccsdk.cds.blueprintsprocessor commons - 0.7.1-SNAPSHOT + 1.0.0-SNAPSHOT dmaap-lib diff --git a/ms/blueprintsprocessor/modules/commons/dmaap-lib/pom.xml-n b/ms/blueprintsprocessor/modules/commons/dmaap-lib/pom.xml-n new file mode 100644 index 000000000..bd2b13505 --- /dev/null +++ b/ms/blueprintsprocessor/modules/commons/dmaap-lib/pom.xml-n @@ -0,0 +1,83 @@ + + + + 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 b/ms/blueprintsprocessor/modules/commons/grpc-lib/pom.xml index 30067fb4e..af20c5d08 100644 --- a/ms/blueprintsprocessor/modules/commons/grpc-lib/pom.xml +++ b/ms/blueprintsprocessor/modules/commons/grpc-lib/pom.xml @@ -15,13 +15,14 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> + 4.0.0 org.onap.ccsdk.cds.blueprintsprocessor commons - 0.7.1-SNAPSHOT + 1.0.0-SNAPSHOT grpc-lib diff --git a/ms/blueprintsprocessor/modules/commons/grpc-lib/pom.xml-n b/ms/blueprintsprocessor/modules/commons/grpc-lib/pom.xml-n new file mode 100644 index 000000000..8c954c589 --- /dev/null +++ b/ms/blueprintsprocessor/modules/commons/grpc-lib/pom.xml-n @@ -0,0 +1,47 @@ + + + + 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 b/ms/blueprintsprocessor/modules/commons/message-lib/pom.xml index 04dd73688..cf287e280 100644 --- a/ms/blueprintsprocessor/modules/commons/message-lib/pom.xml +++ b/ms/blueprintsprocessor/modules/commons/message-lib/pom.xml @@ -14,13 +14,14 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> + 4.0.0 org.onap.ccsdk.cds.blueprintsprocessor commons - 0.7.1-SNAPSHOT + 1.0.0-SNAPSHOT message-lib diff --git a/ms/blueprintsprocessor/modules/commons/message-lib/pom.xml-n b/ms/blueprintsprocessor/modules/commons/message-lib/pom.xml-n new file mode 100644 index 000000000..8ca9d2a6a --- /dev/null +++ b/ms/blueprintsprocessor/modules/commons/message-lib/pom.xml-n @@ -0,0 +1,63 @@ + + + + 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 b/ms/blueprintsprocessor/modules/commons/nats-lib/pom.xml index 338428604..1865b4358 100644 --- a/ms/blueprintsprocessor/modules/commons/nats-lib/pom.xml +++ b/ms/blueprintsprocessor/modules/commons/nats-lib/pom.xml @@ -14,13 +14,14 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> + 4.0.0 org.onap.ccsdk.cds.blueprintsprocessor commons - 0.7.1-SNAPSHOT + 1.0.0-SNAPSHOT nats-lib diff --git a/ms/blueprintsprocessor/modules/commons/nats-lib/pom.xml-n b/ms/blueprintsprocessor/modules/commons/nats-lib/pom.xml-n new file mode 100644 index 000000000..1232ab9f3 --- /dev/null +++ b/ms/blueprintsprocessor/modules/commons/nats-lib/pom.xml-n @@ -0,0 +1,51 @@ + + + + 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 b/ms/blueprintsprocessor/modules/commons/pom.xml index 3f6f16091..7f3043820 100755 --- a/ms/blueprintsprocessor/modules/commons/pom.xml +++ b/ms/blueprintsprocessor/modules/commons/pom.xml @@ -17,13 +17,14 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> + 4.0.0 org.onap.ccsdk.cds.blueprintsprocessor modules - 0.7.1-SNAPSHOT + 1.0.0-SNAPSHOT commons diff --git a/ms/blueprintsprocessor/modules/commons/pom.xml-n b/ms/blueprintsprocessor/modules/commons/pom.xml-n new file mode 100755 index 000000000..5aa0459c1 --- /dev/null +++ b/ms/blueprintsprocessor/modules/commons/pom.xml-n @@ -0,0 +1,83 @@ + + + + 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 b/ms/blueprintsprocessor/modules/commons/processor-core/pom.xml index 50259d82a..121214d06 100644 --- a/ms/blueprintsprocessor/modules/commons/processor-core/pom.xml +++ b/ms/blueprintsprocessor/modules/commons/processor-core/pom.xml @@ -16,13 +16,14 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> + 4.0.0 org.onap.ccsdk.cds.blueprintsprocessor commons - 0.7.1-SNAPSHOT + 1.0.0-SNAPSHOT processor-core diff --git a/ms/blueprintsprocessor/modules/commons/processor-core/pom.xml-n b/ms/blueprintsprocessor/modules/commons/processor-core/pom.xml-n new file mode 100644 index 000000000..690f9d331 --- /dev/null +++ b/ms/blueprintsprocessor/modules/commons/processor-core/pom.xml-n @@ -0,0 +1,54 @@ + + + + 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 b/ms/blueprintsprocessor/modules/commons/rest-lib/pom.xml index 1525882fb..e56742d26 100644 --- a/ms/blueprintsprocessor/modules/commons/rest-lib/pom.xml +++ b/ms/blueprintsprocessor/modules/commons/rest-lib/pom.xml @@ -16,13 +16,14 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> + 4.0.0 org.onap.ccsdk.cds.blueprintsprocessor commons - 0.7.1-SNAPSHOT + 1.0.0-SNAPSHOT rest-lib diff --git a/ms/blueprintsprocessor/modules/commons/rest-lib/pom.xml-n b/ms/blueprintsprocessor/modules/commons/rest-lib/pom.xml-n new file mode 100644 index 000000000..faed5f2fa --- /dev/null +++ b/ms/blueprintsprocessor/modules/commons/rest-lib/pom.xml-n @@ -0,0 +1,67 @@ + + + + 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 b/ms/blueprintsprocessor/modules/commons/ssh-lib/pom.xml index 3b7ae9f67..a1f096bf2 100644 --- a/ms/blueprintsprocessor/modules/commons/ssh-lib/pom.xml +++ b/ms/blueprintsprocessor/modules/commons/ssh-lib/pom.xml @@ -14,13 +14,14 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> + 4.0.0 org.onap.ccsdk.cds.blueprintsprocessor commons - 0.7.1-SNAPSHOT + 1.0.0-SNAPSHOT ssh-lib diff --git a/ms/blueprintsprocessor/modules/commons/ssh-lib/pom.xml-n b/ms/blueprintsprocessor/modules/commons/ssh-lib/pom.xml-n new file mode 100644 index 000000000..505f19675 --- /dev/null +++ b/ms/blueprintsprocessor/modules/commons/ssh-lib/pom.xml-n @@ -0,0 +1,46 @@ + + + + 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 b/ms/blueprintsprocessor/modules/inbounds/configs-api/pom.xml index 8e907abcf..4a9b53dca 100644 --- a/ms/blueprintsprocessor/modules/inbounds/configs-api/pom.xml +++ b/ms/blueprintsprocessor/modules/inbounds/configs-api/pom.xml @@ -14,17 +14,18 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> + 4.0.0 org.onap.ccsdk.cds.blueprintsprocessor inbounds - 0.7.1-SNAPSHOT + 1.0.0-SNAPSHOT configs-api - 0.7.1-SNAPSHOT + 1.0.0-SNAPSHOT jar Blueprints Processor Resource Configurations API diff --git a/ms/blueprintsprocessor/modules/inbounds/configs-api/pom.xml-n b/ms/blueprintsprocessor/modules/inbounds/configs-api/pom.xml-n new file mode 100644 index 000000000..fa9ccd220 --- /dev/null +++ b/ms/blueprintsprocessor/modules/inbounds/configs-api/pom.xml-n @@ -0,0 +1,47 @@ + + + + 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 b/ms/blueprintsprocessor/modules/inbounds/designer-api/pom.xml index edfcdf891..492c7f6ee 100644 --- a/ms/blueprintsprocessor/modules/inbounds/designer-api/pom.xml +++ b/ms/blueprintsprocessor/modules/inbounds/designer-api/pom.xml @@ -14,13 +14,14 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> + 4.0.0 org.onap.ccsdk.cds.blueprintsprocessor inbounds - 0.7.1-SNAPSHOT + 1.0.0-SNAPSHOT designer-api diff --git a/ms/blueprintsprocessor/modules/inbounds/designer-api/pom.xml-n b/ms/blueprintsprocessor/modules/inbounds/designer-api/pom.xml-n new file mode 100644 index 000000000..ba55de743 --- /dev/null +++ b/ms/blueprintsprocessor/modules/inbounds/designer-api/pom.xml-n @@ -0,0 +1,31 @@ + + + + 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 b/ms/blueprintsprocessor/modules/inbounds/health-api-common/pom.xml index 9b98a1fc3..9ee9e98c0 100644 --- a/ms/blueprintsprocessor/modules/inbounds/health-api-common/pom.xml +++ b/ms/blueprintsprocessor/modules/inbounds/health-api-common/pom.xml @@ -15,13 +15,14 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> + 4.0.0 org.onap.ccsdk.cds.blueprintsprocessor inbounds - 0.7.1-SNAPSHOT + 1.0.0-SNAPSHOT health-api-common diff --git a/ms/blueprintsprocessor/modules/inbounds/health-api-common/pom.xml-n b/ms/blueprintsprocessor/modules/inbounds/health-api-common/pom.xml-n new file mode 100644 index 000000000..402d46805 --- /dev/null +++ b/ms/blueprintsprocessor/modules/inbounds/health-api-common/pom.xml-n @@ -0,0 +1,50 @@ + + + + 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 b/ms/blueprintsprocessor/modules/inbounds/health-api/pom.xml index f9866a8ed..f27b20da1 100644 --- a/ms/blueprintsprocessor/modules/inbounds/health-api/pom.xml +++ b/ms/blueprintsprocessor/modules/inbounds/health-api/pom.xml @@ -15,13 +15,14 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> + 4.0.0 org.onap.ccsdk.cds.blueprintsprocessor inbounds - 0.7.1-SNAPSHOT + 1.0.0-SNAPSHOT health-api @@ -35,7 +36,7 @@ org.onap.ccsdk.cds.blueprintsprocessor health-api-common - 0.7.1-SNAPSHOT + 1.0.0-SNAPSHOT diff --git a/ms/blueprintsprocessor/modules/inbounds/health-api/pom.xml-n b/ms/blueprintsprocessor/modules/inbounds/health-api/pom.xml-n new file mode 100644 index 000000000..a7b1a7482 --- /dev/null +++ b/ms/blueprintsprocessor/modules/inbounds/health-api/pom.xml-n @@ -0,0 +1,41 @@ + + + + 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 b/ms/blueprintsprocessor/modules/inbounds/pom.xml index 88e7ac235..18b6fd00d 100644 --- a/ms/blueprintsprocessor/modules/inbounds/pom.xml +++ b/ms/blueprintsprocessor/modules/inbounds/pom.xml @@ -15,13 +15,14 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> + 4.0.0 org.onap.ccsdk.cds.blueprintsprocessor modules - 0.7.1-SNAPSHOT + 1.0.0-SNAPSHOT inbounds diff --git a/ms/blueprintsprocessor/modules/inbounds/pom.xml-n b/ms/blueprintsprocessor/modules/inbounds/pom.xml-n new file mode 100644 index 000000000..17189d800 --- /dev/null +++ b/ms/blueprintsprocessor/modules/inbounds/pom.xml-n @@ -0,0 +1,99 @@ + + + + 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 b/ms/blueprintsprocessor/modules/inbounds/resource-api/pom.xml index bec0d1850..7b903cbc7 100644 --- a/ms/blueprintsprocessor/modules/inbounds/resource-api/pom.xml +++ b/ms/blueprintsprocessor/modules/inbounds/resource-api/pom.xml @@ -14,13 +14,14 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> + 4.0.0 org.onap.ccsdk.cds.blueprintsprocessor inbounds - 0.7.1-SNAPSHOT + 1.0.0-SNAPSHOT resource-api diff --git a/ms/blueprintsprocessor/modules/inbounds/resource-api/pom.xml-n b/ms/blueprintsprocessor/modules/inbounds/resource-api/pom.xml-n new file mode 100644 index 000000000..3cf6510b9 --- /dev/null +++ b/ms/blueprintsprocessor/modules/inbounds/resource-api/pom.xml-n @@ -0,0 +1,42 @@ + + + + 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 b/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml index 5e3ce2cc9..57e59c53e 100755 --- a/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml +++ b/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml @@ -17,13 +17,14 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> + 4.0.0 org.onap.ccsdk.cds.blueprintsprocessor inbounds - 0.7.1-SNAPSHOT + 1.0.0-SNAPSHOT selfservice-api diff --git a/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml-n b/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml-n new file mode 100755 index 000000000..5b0c65818 --- /dev/null +++ b/ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml-n @@ -0,0 +1,81 @@ + + + + 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 b/ms/blueprintsprocessor/modules/outbounds/pom.xml index e6739571d..49279c926 100644 --- a/ms/blueprintsprocessor/modules/outbounds/pom.xml +++ b/ms/blueprintsprocessor/modules/outbounds/pom.xml @@ -14,13 +14,14 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> + 4.0.0 org.onap.ccsdk.cds.blueprintsprocessor modules - 0.7.1-SNAPSHOT + 1.0.0-SNAPSHOT outbounds diff --git a/ms/blueprintsprocessor/modules/outbounds/pom.xml-n b/ms/blueprintsprocessor/modules/outbounds/pom.xml-n new file mode 100644 index 000000000..41fc28bcc --- /dev/null +++ b/ms/blueprintsprocessor/modules/outbounds/pom.xml-n @@ -0,0 +1,31 @@ + + + + 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 b/ms/blueprintsprocessor/modules/pom.xml index 3f6d915bd..fd9a1e7ca 100644 --- a/ms/blueprintsprocessor/modules/pom.xml +++ b/ms/blueprintsprocessor/modules/pom.xml @@ -16,13 +16,14 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> + 4.0.0 org.onap.ccsdk.cds.blueprintsprocessor parent - 0.7.1-SNAPSHOT + 1.0.0-SNAPSHOT ../parent diff --git a/ms/blueprintsprocessor/modules/pom.xml-n b/ms/blueprintsprocessor/modules/pom.xml-n new file mode 100644 index 000000000..e43eaf81a --- /dev/null +++ b/ms/blueprintsprocessor/modules/pom.xml-n @@ -0,0 +1,71 @@ + + + + 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 b/ms/blueprintsprocessor/modules/services/execution-service/pom.xml index 15e715249..a81723663 100644 --- a/ms/blueprintsprocessor/modules/services/execution-service/pom.xml +++ b/ms/blueprintsprocessor/modules/services/execution-service/pom.xml @@ -15,13 +15,14 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> + 4.0.0 org.onap.ccsdk.cds.blueprintsprocessor services - 0.7.1-SNAPSHOT + 1.0.0-SNAPSHOT execution-service diff --git a/ms/blueprintsprocessor/modules/services/execution-service/pom.xml-n b/ms/blueprintsprocessor/modules/services/execution-service/pom.xml-n new file mode 100644 index 000000000..307564443 --- /dev/null +++ b/ms/blueprintsprocessor/modules/services/execution-service/pom.xml-n @@ -0,0 +1,73 @@ + + + + 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 b/ms/blueprintsprocessor/modules/services/pom.xml index 604cdb19d..da4581fd5 100755 --- a/ms/blueprintsprocessor/modules/services/pom.xml +++ b/ms/blueprintsprocessor/modules/services/pom.xml @@ -17,13 +17,14 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> + 4.0.0 org.onap.ccsdk.cds.blueprintsprocessor modules - 0.7.1-SNAPSHOT + 1.0.0-SNAPSHOT services diff --git a/ms/blueprintsprocessor/modules/services/pom.xml-n b/ms/blueprintsprocessor/modules/services/pom.xml-n new file mode 100755 index 000000000..ff133039d --- /dev/null +++ b/ms/blueprintsprocessor/modules/services/pom.xml-n @@ -0,0 +1,73 @@ + + + + 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 b/ms/blueprintsprocessor/modules/services/workflow-service/pom.xml index 98bb82397..cfc03e7dc 100644 --- a/ms/blueprintsprocessor/modules/services/workflow-service/pom.xml +++ b/ms/blueprintsprocessor/modules/services/workflow-service/pom.xml @@ -15,13 +15,14 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> + 4.0.0 org.onap.ccsdk.cds.blueprintsprocessor services - 0.7.1-SNAPSHOT + 1.0.0-SNAPSHOT workflow-service diff --git a/ms/blueprintsprocessor/modules/services/workflow-service/pom.xml-n b/ms/blueprintsprocessor/modules/services/workflow-service/pom.xml-n new file mode 100644 index 000000000..fc508fc25 --- /dev/null +++ b/ms/blueprintsprocessor/modules/services/workflow-service/pom.xml-n @@ -0,0 +1,46 @@ + + + + 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