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 --- .../functions/restful-executor/pom.xml | 3 +- .../functions/restful-executor/pom.xml-n | 56 ++++++++++++++++++++++ 2 files changed, 58 insertions(+), 1 deletion(-) create mode 100644 ms/blueprintsprocessor/functions/restful-executor/pom.xml-n (limited to 'ms/blueprintsprocessor/functions/restful-executor') diff --git a/ms/blueprintsprocessor/functions/restful-executor/pom.xml b/ms/blueprintsprocessor/functions/restful-executor/pom.xml index fa4acf641..f5dce168e 100644 --- a/ms/blueprintsprocessor/functions/restful-executor/pom.xml +++ b/ms/blueprintsprocessor/functions/restful-executor/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 functions - 0.7.1-SNAPSHOT + 1.0.0-SNAPSHOT org.onap.ccsdk.cds.blueprintsprocessor.functions diff --git a/ms/blueprintsprocessor/functions/restful-executor/pom.xml-n b/ms/blueprintsprocessor/functions/restful-executor/pom.xml-n new file mode 100644 index 000000000..9e67d0f1b --- /dev/null +++ b/ms/blueprintsprocessor/functions/restful-executor/pom.xml-n @@ -0,0 +1,56 @@ + + + + 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