From 606d4e7599bb9df1c4d13b4f8ff2c8df1e151c94 Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Wed, 8 Aug 2018 10:25:15 -0700 Subject: Upgrade appc-dispatcher features to karaf4 Change-Id: I9d2ea6e968a214f0b141d7a3fad7e09dd07eb6d3 Signed-off-by: Patrick Brady Issue-ID: APPC-1136 --- .../onap-appc-request-handler/pom.xml | 110 +++++++++++++++++++++ 1 file changed, 110 insertions(+) create mode 100644 appc-dispatcher/appc-request-handler/appc-request-handler-features/onap-appc-request-handler/pom.xml (limited to 'appc-dispatcher/appc-request-handler/appc-request-handler-features/onap-appc-request-handler/pom.xml') diff --git a/appc-dispatcher/appc-request-handler/appc-request-handler-features/onap-appc-request-handler/pom.xml b/appc-dispatcher/appc-request-handler/appc-request-handler-features/onap-appc-request-handler/pom.xml new file mode 100644 index 000000000..2fcff3af3 --- /dev/null +++ b/appc-dispatcher/appc-request-handler/appc-request-handler-features/onap-appc-request-handler/pom.xml @@ -0,0 +1,110 @@ + + + + 4.0.0 + + + org.onap.appc.parent + single-feature-parent + 1.4.0-SNAPSHOT + + + + org.onap.appc + onap-appc-request-handler + 1.4.0-SNAPSHOT + feature + + + + + + org.onap.appc + onap-appc-core + ${project.version} + xml + features + + + org.onap.appc + transaction-recorder + ${project.version} + + + org.onap.appc + appc-data-access-lib + ${project.version} + + + org.onap.appc + domain-model-lib + ${project.version} + + + org.onap.appc + appc-message-adapter-api + ${project.version} + + + org.onap.appc + appc-provider-model + ${project.version} + + + org.onap.appc + appc-command-executor-api + ${project.version} + + + org.onap.appc + appc-request-handler-api + ${project.version} + + + org.onap.appc + appc-request-handler-core + ${project.version} + + + + + + + org.apache.karaf.tooling + karaf-maven-plugin + true + + false + + slf4j-api + tomcat-jdbc + tomcat-juli + httpcore + httpclient + org.eclipse.osgi + + + + + + + -- cgit 1.2.3-korg