From 7f383f98c874d5918fa6e55597f30432b13a658d Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Mon, 30 Jul 2018 14:35:31 -0700 Subject: Karaf 4 for first few features appc-metric appc-dmaap-adapter appc-chef-adapter appc-netconf-adapter appc-rest-adapter Change-Id: I1d5a8e39cac7be74b05a0782f0971f8d08c8162d Signed-off-by: Patrick Brady Issue-ID: APPC-1029 --- .../onap-appc-metric/.gitignore | 1 + .../appc-metric-features/onap-appc-metric/pom.xml | 74 ++++++++++++++++++++++ 2 files changed, 75 insertions(+) create mode 100644 appc-metric/appc-metric-features/onap-appc-metric/.gitignore create mode 100644 appc-metric/appc-metric-features/onap-appc-metric/pom.xml (limited to 'appc-metric/appc-metric-features/onap-appc-metric') diff --git a/appc-metric/appc-metric-features/onap-appc-metric/.gitignore b/appc-metric/appc-metric-features/onap-appc-metric/.gitignore new file mode 100644 index 000000000..eacf31a67 --- /dev/null +++ b/appc-metric/appc-metric-features/onap-appc-metric/.gitignore @@ -0,0 +1 @@ +/target-ide/ diff --git a/appc-metric/appc-metric-features/onap-appc-metric/pom.xml b/appc-metric/appc-metric-features/onap-appc-metric/pom.xml new file mode 100644 index 000000000..4b986eb0c --- /dev/null +++ b/appc-metric/appc-metric-features/onap-appc-metric/pom.xml @@ -0,0 +1,74 @@ + + + + 4.0.0 + + + org.onap.appc.parent + single-feature-parent + 1.4.0-SNAPSHOT + + + + org.onap.appc + onap-appc-metric + 1.4.0-SNAPSHOT + feature + + + + + + org.onap.appc + appc-metric-bundle + ${project.version} + + + org.onap.appc + onap-appc-core + ${project.version} + xml + features + + + + + + + org.apache.karaf.tooling + karaf-maven-plugin + true + + + slf4j-api + tomcat-jdbc + tomcat-juli + org.eclipse.osgi + httpcore + httpclient + appc-common + + + + + + -- cgit 1.2.3-korg