From 8ee521ed01b956d1c6939513d617de9cd5e9a68f Mon Sep 17 00:00:00 2001 From: Sandeep Shah Date: Sat, 2 Nov 2019 05:05:25 -0500 Subject: ORAN A1 Adapter Karaf feature development A1 adapter to interface with A1 mediator in ORAN real-time RIC. This is a karaf feature that will be installed in ODL/CCSDK. The feature will be supported by corresponding DG's. Issue-ID: CCSDK-1888 Signed-off-by: SandeepLinux Change-Id: Ib462637a013fa454dd65047dda9c85f4d2d4521c --- sdnr/northbound/a1Adapter/model/pom.xml | 55 +++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 sdnr/northbound/a1Adapter/model/pom.xml (limited to 'sdnr/northbound/a1Adapter/model/pom.xml') diff --git a/sdnr/northbound/a1Adapter/model/pom.xml b/sdnr/northbound/a1Adapter/model/pom.xml new file mode 100644 index 000000000..917b6c214 --- /dev/null +++ b/sdnr/northbound/a1Adapter/model/pom.xml @@ -0,0 +1,55 @@ + + + 4.0.0 + + + org.onap.ccsdk.parent + binding-parent + 1.5.0-SNAPSHOT + + + + org.onap.ccsdk.features.sdnr.northbound + a1Adapter-model + 0.7.0-SNAPSHOT + bundle + + + + org.opendaylight.mdsal.binding.model.ietf + rfc6991 + + + + + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + org.codehaus.mojo + properties-maven-plugin + [1.0.0,) + + set-system-properties + + + + + + + + + + + + + + -- cgit 1.2.3-korg