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/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 ++++++++++++++ 6 files changed, 198 insertions(+), 3 deletions(-) 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/services') 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