From ca4f7e16fc35f9f1a8c0a885e3ad8c62c64c3c37 Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Mon, 13 Aug 2018 22:38:26 -0700 Subject: Karaf 4 for appc-inbound Change-Id: I94f8b31e509d0e231e36b8b8d2871ad10bdf02f8 Issue-ID: APPC-1148 Signed-off-by: Patrick Brady --- .../features-appc-design-services/.gitignore | 1 + .../features/features-appc-design-services/pom.xml | 48 ++++++++++++++++++++++ 2 files changed, 49 insertions(+) create mode 100644 appc-inbound/appc-design-services/features/features-appc-design-services/.gitignore create mode 100644 appc-inbound/appc-design-services/features/features-appc-design-services/pom.xml (limited to 'appc-inbound/appc-design-services/features/features-appc-design-services') diff --git a/appc-inbound/appc-design-services/features/features-appc-design-services/.gitignore b/appc-inbound/appc-design-services/features/features-appc-design-services/.gitignore new file mode 100644 index 000000000..eacf31a67 --- /dev/null +++ b/appc-inbound/appc-design-services/features/features-appc-design-services/.gitignore @@ -0,0 +1 @@ +/target-ide/ diff --git a/appc-inbound/appc-design-services/features/features-appc-design-services/pom.xml b/appc-inbound/appc-design-services/features/features-appc-design-services/pom.xml new file mode 100644 index 000000000..f0c979e5c --- /dev/null +++ b/appc-inbound/appc-design-services/features/features-appc-design-services/pom.xml @@ -0,0 +1,48 @@ + + + + 4.0.0 + + + org.onap.appc.parent + feature-repo-parent + 1.4.0-SNAPSHOT + + + + org.onap.appc + features-appc-design-services + 1.4.0-SNAPSHOT + feature + + + + + + org.onap.appc + onap-appc-design-services + ${project.version} + xml + features + + + + -- cgit 1.2.3-korg