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 --- ms/sdclistener/application/pom.xml | 7 +- ms/sdclistener/application/pom.xml-n | 124 +++++++++++++++++++++++++++++++++++ 2 files changed, 128 insertions(+), 3 deletions(-) create mode 100644 ms/sdclistener/application/pom.xml-n (limited to 'ms/sdclistener/application') diff --git a/ms/sdclistener/application/pom.xml b/ms/sdclistener/application/pom.xml index 3825a0809..45c3919e6 100644 --- a/ms/sdclistener/application/pom.xml +++ b/ms/sdclistener/application/pom.xml @@ -14,18 +14,19 @@ ~ See the License for the specific language governing permissions and ~ limitations under the License. --> + 4.0.0 org.onap.ccsdk.cds.sdclistener parent - 0.7.1-SNAPSHOT + 1.0.0-SNAPSHOT ../parent application - 0.7.1-SNAPSHOT + 1.0.0-SNAPSHOT jar SDC Listener Application @@ -56,7 +57,7 @@ org.onap.ccsdk.cds.blueprintsprocessor health-api-common - 0.7.1-SNAPSHOT + 1.0.0-SNAPSHOT org.springframework.boot diff --git a/ms/sdclistener/application/pom.xml-n b/ms/sdclistener/application/pom.xml-n new file mode 100644 index 000000000..d3946be3b --- /dev/null +++ b/ms/sdclistener/application/pom.xml-n @@ -0,0 +1,124 @@ + + + + 4.0.0 + + + org.onap.ccsdk.cds.sdclistener + parent + 1.0.0-SNAPSHOT + ../parent + + + application + 1.0.0-SNAPSHOT + jar + + SDC Listener Application + + + 3.6.1 + ${project.parent.version} + + + + + + org.springframework.boot + spring-boot-starter-webflux + + + org.springframework.boot + spring-boot-starter-logging + + + + + org.springframework.boot + spring-boot-starter-test + test + + + + org.onap.ccsdk.cds.blueprintsprocessor + health-api-common + 1.0.0-SNAPSHOT + + + org.springframework.boot + spring-boot-starter-data-jpa + + + + + + + org.onap.sdc.sdc-distribution-client + sdc-distribution-client + + + + org.jmockit + jmockit + test + + + + + io.grpc + grpc-netty + + + io.grpc + grpc-protobuf + + + io.grpc + grpc-stub + + + io.grpc + grpc-netty-shaded + + + io.grpc + grpc-grpclb + + + com.google.protobuf + protobuf-java + + + com.google.protobuf + protobuf-java-util + + + io.grpc + grpc-testing + test + + + org.onap.ccsdk.cds.blueprintsprocessor + blueprint-proto + + + + ch.qos.logback + logback-classic + + + -- cgit 1.2.3-korg