From ab118e5eb61dff21de8516018c48d1eb9e0654de Mon Sep 17 00:00:00 2001 From: Sandeep Shah Date: Wed, 2 Sep 2020 22:35:56 -0500 Subject: Platform Logic and DG's for RANSlice feature This code commit includes basic DG templates required to support RANSlice feature. DG's will be updated during further development and testing cycle. Issue-ID: CCSDK-2723 Signed-off-by: SandeepLinux Change-Id: Ia8960f59a2e2c3e4a14328e43b12777eddcb7baa --- platform-logic/ran-slice-api/pom.xml | 54 ++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 platform-logic/ran-slice-api/pom.xml (limited to 'platform-logic/ran-slice-api/pom.xml') diff --git a/platform-logic/ran-slice-api/pom.xml b/platform-logic/ran-slice-api/pom.xml new file mode 100644 index 00000000..fb55f0b3 --- /dev/null +++ b/platform-logic/ran-slice-api/pom.xml @@ -0,0 +1,54 @@ + + + 4.0.0 + + + org.onap.ccsdk.distribution + distribution-platform-logic + 1.0.1-SNAPSHOT + + + platform-logic-ranSlice + 1.0.1-SNAPSHOT + pom + + ccsdk-distribution :: platform-logic :: ${project.artifactId} + Contains platform-level service logic for responding to ORAN VES events + + + + + maven-resources-plugin + 2.6 + + + copy-version + + copy-resources + + validate + + ../target/graphs/cMNotifyapi + + + src/main/xml + + *.xml + + true + + + src/main/resources + + graph.versions + + true + + + + + + + + + -- cgit 1.2.3-korg