From 4318ad160fa6ee1d75c395f4409e209f5da36f53 Mon Sep 17 00:00:00 2001 From: "Arun S. Yerra" Date: Mon, 11 Sep 2017 18:57:40 -0700 Subject: Implement framework to process REST notifications Global SDNC controller needs information about network Devices (mostly PNFs) so as to instantiate/configure service. Domain Controllers control/manage the network devices within the fabric. This task is to implement RESTCONF notification processing framework, so that Global SDNC controller can process notifications from Domain controllers. Change-Id: Ia5edb5006ac3fd4ec71e55f92a05e79e40ce76d2 Issue-Id: CCSDK-88 Signed-off-by: Arun S. Yerra --- fabric-discovery-plugin/provider/pom.xml | 126 +++++++++++++++++++++++++++++++ 1 file changed, 126 insertions(+) create mode 100755 fabric-discovery-plugin/provider/pom.xml (limited to 'fabric-discovery-plugin/provider/pom.xml') diff --git a/fabric-discovery-plugin/provider/pom.xml b/fabric-discovery-plugin/provider/pom.xml new file mode 100755 index 00000000..c38acb1b --- /dev/null +++ b/fabric-discovery-plugin/provider/pom.xml @@ -0,0 +1,126 @@ + + + 4.0.0 + + org.onap.ccsdk.sli.plugins + fabric-discovery-plugin + 0.1.0-SNAPSHOT + + org.onap.ccsdk.sli.plugins + fabric-discovery-plugin-provider + 0.1.0-SNAPSHOT + bundle + Fabric Discovery Plugin - Provider + http://maven.apache.org + + UTF-8 + + + + + io.netty + netty + 3.10.6.Final + + + + io.netty + netty-buffer + 4.0.26.Final + + + + io.netty + netty-transport + 4.0.4.Final + + + + io.netty + netty-codec-http + 4.0.15.Final + + + junit + junit + test + + + org.springframework + spring-test + ${spring.version} + test + + + org.onap.ccsdk.sli.core + sli-common + ${sdnctl.sli.version} + compile + + + org.onap.ccsdk.sli.core + sli-provider + ${sdnctl.sli.version} + compile + + + org.slf4j + slf4j-api + ${slf4j.version} + + + org.slf4j + jcl-over-slf4j + ${slf4j.version} + + + org.springframework + spring-beans + ${spring.version} + + + org.springframework + spring-context + ${spring.version} + + + com.sun.jersey + jersey-client + ${jersey.version} + provided + + + org.codehaus.jettison + jettison + ${jettison.version} + provided + + + org.onap.ccsdk.sli.core + sli-common + ${sdnctl.sli.version} + + + org.onap.ccsdk.sli.core + sli-provider + ${sdnctl.sli.version} + + + + + + + org.apache.felix + maven-bundle-plugin + true + + + org.onap.ccsdk.sli.plugins.fabricdiscovery + org.onap.ccsdk.sli.plugins.fabricdiscovery + * + + + + + + -- cgit 1.2.3-korg