From a682c32b4e915574fa142fb77ab8dceb0899a28c Mon Sep 17 00:00:00 2001 From: Lathish Date: Thu, 30 Jul 2020 15:52:12 +0100 Subject: Add the A1 Adapter API Restructed the repo's Issue-ID: CCSDK-2581 Change-Id: Idb4062cf32d3e55b9c93829e51f67c83842a125e Signed-off-by: Lathish --- a1-adapter/a1-adapter-api/pom.xml | 53 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 a1-adapter/a1-adapter-api/pom.xml (limited to 'a1-adapter/a1-adapter-api/pom.xml') diff --git a/a1-adapter/a1-adapter-api/pom.xml b/a1-adapter/a1-adapter-api/pom.xml new file mode 100644 index 00000000..122d2956 --- /dev/null +++ b/a1-adapter/a1-adapter-api/pom.xml @@ -0,0 +1,53 @@ + + + + 4.0.0 + + org.onap.ccsdk.parent + odlparent-lite + 2.0.0-SNAPSHOT + + + org.onap.ccsdk.oran + a1-adapter-api + 1.0.0-SNAPSHOT + pom + ccsdk-oran :: ${project.artifactId} + + 3.7.0.1746 + + + model + provider + installer + + + + + + org.sonarsource.scanner.maven + sonar-maven-plugin + ${sonar-maven-plugin.version} + + + + \ No newline at end of file -- cgit 1.2.3-korg