From 557282a4274b7f2849e2433ff3373b43c6a920b3 Mon Sep 17 00:00:00 2001 From: "Singal, Kapil (ks220y)" Date: Tue, 4 May 2021 12:22:25 -0400 Subject: Moving Rest Adaptor from APPC to CCSDK Issue-ID: CCSDK-3198 Signed-off-by: Singal, Kapil (ks220y) Change-Id: I70868423761ce9b8bf04fba2a46913d6e153a30b --- adaptors/rest-adaptor/pom.xml | 63 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 adaptors/rest-adaptor/pom.xml (limited to 'adaptors/rest-adaptor/pom.xml') diff --git a/adaptors/rest-adaptor/pom.xml b/adaptors/rest-adaptor/pom.xml new file mode 100644 index 000000000..0c2fdb79e --- /dev/null +++ b/adaptors/rest-adaptor/pom.xml @@ -0,0 +1,63 @@ + + + + 4.0.0 + + + org.onap.ccsdk.parent + odlparent-lite + 2.2.0-SNAPSHOT + + + + org.onap.ccsdk.sli.adaptors + rest-adaptor + 1.3.0-SNAPSHOT + pom + + ccsdk-sli-adaptors :: ${project.artifactId} + Abstraction to connect to and utilize the services of cloud providers such as OpenStack or VMWare. + + + rest-adaptor-bundle + rest-adaptor-installer + + + + + + org.onap.ccsdk.sli.adaptors + ccsdk-rest-adaptor + ${project.version} + xml + features + + + + org.onap.ccsdk.sli.adaptors + rest-adaptor-bundle + ${project.version} + + + + + -- cgit 1.2.3-korg