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-data-services/.gitignore | 1 + .../onap-appc-config-data-services/pom.xml | 104 +++++++++++++++++++++ .../src/main/feature/feature.xml | 27 ++++++ 3 files changed, 132 insertions(+) create mode 100644 appc-config/appc-data-services/features/onap-appc-config-data-services/.gitignore create mode 100644 appc-config/appc-data-services/features/onap-appc-config-data-services/pom.xml create mode 100644 appc-config/appc-data-services/features/onap-appc-config-data-services/src/main/feature/feature.xml (limited to 'appc-config/appc-data-services/features/onap-appc-config-data-services') diff --git a/appc-config/appc-data-services/features/onap-appc-config-data-services/.gitignore b/appc-config/appc-data-services/features/onap-appc-config-data-services/.gitignore new file mode 100644 index 000000000..eacf31a67 --- /dev/null +++ b/appc-config/appc-data-services/features/onap-appc-config-data-services/.gitignore @@ -0,0 +1 @@ +/target-ide/ diff --git a/appc-config/appc-data-services/features/onap-appc-config-data-services/pom.xml b/appc-config/appc-data-services/features/onap-appc-config-data-services/pom.xml new file mode 100644 index 000000000..f27fa3157 --- /dev/null +++ b/appc-config/appc-data-services/features/onap-appc-config-data-services/pom.xml @@ -0,0 +1,104 @@ + + + + 4.0.0 + + + org.onap.appc.parent + single-feature-parent + 1.4.0-SNAPSHOT + + + + org.onap.appc + onap-appc-config-data-services + 1.4.0-SNAPSHOT + feature + + + + + + org.opendaylight.controller + odl-mdsal-broker + xml + features + + + org.onap.ccsdk.sli.core + ccsdk-sli + xml + features + + + org.onap.ccsdk.sli.core + ccsdk-dblib + xml + features + ${ccsdk.sli.core.version} + + + org.onap.ccsdk.sli.adaptors + ccsdk-sql-resource + xml + features + ${ccsdk.sli.adaptors.version} + + + commons-lang + commons-lang + 2.6 + + + commons-collections + commons-collections + ${commons.collections.version} + + + org.onap.appc + appc-config-data-services-provider + ${project.version} + + + + + + + org.apache.karaf.tooling + karaf-maven-plugin + true + + false + + slf4j-api + tomcat-jdbc + tomcat-juli + httpcore + httpclient + org.eclipse.osgi + + + + + + + diff --git a/appc-config/appc-data-services/features/onap-appc-config-data-services/src/main/feature/feature.xml b/appc-config/appc-data-services/features/onap-appc-config-data-services/src/main/feature/feature.xml new file mode 100644 index 000000000..9333307c9 --- /dev/null +++ b/appc-config/appc-data-services/features/onap-appc-config-data-services/src/main/feature/feature.xml @@ -0,0 +1,27 @@ + + + + + + mvn:org.onap.appc/appc-sequence-generator-bundle/${project.version}/xml/config + + \ No newline at end of file -- cgit 1.2.3-korg