From b49dd1212bb14a47799b847f49e31de0695dcfe5 Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Fri, 10 Aug 2018 15:30:58 -0700 Subject: Karaf 4 for appc-config Change-Id: I3059bf9bca4320d29432b749df6c55aecbdb22e9 Signed-off-by: Patrick Brady Issue-ID: APPC-1144 --- .../onap-appc-config-flow-controller/pom.xml | 90 ++++++++++++++++++++++ 1 file changed, 90 insertions(+) create mode 100644 appc-config/appc-flow-controller/features/onap-appc-config-flow-controller/pom.xml (limited to 'appc-config/appc-flow-controller/features/onap-appc-config-flow-controller/pom.xml') diff --git a/appc-config/appc-flow-controller/features/onap-appc-config-flow-controller/pom.xml b/appc-config/appc-flow-controller/features/onap-appc-config-flow-controller/pom.xml new file mode 100644 index 000000000..030b46684 --- /dev/null +++ b/appc-config/appc-flow-controller/features/onap-appc-config-flow-controller/pom.xml @@ -0,0 +1,90 @@ + + + + 4.0.0 + + + org.onap.appc.parent + single-feature-parent + 1.4.0-SNAPSHOT + + + + org.onap.appc + onap-appc-config-flow-controller + 1.4.0-SNAPSHOT + feature + + + + + + org.opendaylight.controller + odl-mdsal-broker + xml + features + + + org.onap.ccsdk.sli.core + ccsdk-sli + xml + features + + + commons-lang + commons-lang + 2.6 + + + commons-collections + commons-collections + ${commons.collections.version} + + + org.onap.appc + appc-config-flow-controller-provider + ${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