From 375001472fa8c286ac61557c63f2703da923b1d1 Mon Sep 17 00:00:00 2001 From: "Smokowski, Kevin (ks6305)" Date: Tue, 6 Aug 2019 19:36:13 +0000 Subject: introduce base adaptor introduce base adaptor for other adaptors to extend Issue-ID: CCSDK-1595 Signed-off-by: Smokowski, Kevin (ks6305) Change-Id: I35d4499491cd87a7d651fa9ed654ad7c677ae2b8 --- base/http/features/features-base-http/pom.xml | 29 +++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 base/http/features/features-base-http/pom.xml (limited to 'base/http/features/features-base-http/pom.xml') diff --git a/base/http/features/features-base-http/pom.xml b/base/http/features/features-base-http/pom.xml new file mode 100644 index 00000000..84004858 --- /dev/null +++ b/base/http/features/features-base-http/pom.xml @@ -0,0 +1,29 @@ + + + 4.0.0 + + + org.onap.ccsdk.parent + feature-repo-parent + 1.3.2 + + + + org.onap.ccsdk.sli.adaptors + features-base-http + 0.5.1-SNAPSHOT + feature + + ccsdk-sli-adaptors :: base-http :: ${project.artifactId} + + + + ${project.groupId} + ccsdk-base-http + ${project.version} + xml + features + + + + -- cgit 1.2.3-korg