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/inbounds/selfservice-api/pom.xml | 3 +- .../modules/inbounds/selfservice-api/pom.xml-n | 81 ++++++++++++++++++++++ 2 files changed, 83 insertions(+), 1 deletion(-) create mode 100755 ms/blueprintsprocessor/modules/inbounds/selfservice-api/pom.xml-n (limited to 'ms/blueprintsprocessor/modules/inbounds/selfservice-api') 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 + + + + + -- cgit 1.2.3-korg