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 --- .../features/onap-appc-config-adaptor/.gitignore | 1 + .../features/onap-appc-config-adaptor/pom.xml | 82 ++++++++++++++++++++++ .../src/main/feature/feature.xml | 27 +++++++ 3 files changed, 110 insertions(+) create mode 100644 appc-config/appc-config-adaptor/features/onap-appc-config-adaptor/.gitignore create mode 100644 appc-config/appc-config-adaptor/features/onap-appc-config-adaptor/pom.xml create mode 100644 appc-config/appc-config-adaptor/features/onap-appc-config-adaptor/src/main/feature/feature.xml (limited to 'appc-config/appc-config-adaptor/features/onap-appc-config-adaptor') diff --git a/appc-config/appc-config-adaptor/features/onap-appc-config-adaptor/.gitignore b/appc-config/appc-config-adaptor/features/onap-appc-config-adaptor/.gitignore new file mode 100644 index 000000000..eacf31a67 --- /dev/null +++ b/appc-config/appc-config-adaptor/features/onap-appc-config-adaptor/.gitignore @@ -0,0 +1 @@ +/target-ide/ diff --git a/appc-config/appc-config-adaptor/features/onap-appc-config-adaptor/pom.xml b/appc-config/appc-config-adaptor/features/onap-appc-config-adaptor/pom.xml new file mode 100644 index 000000000..c431e98fa --- /dev/null +++ b/appc-config/appc-config-adaptor/features/onap-appc-config-adaptor/pom.xml @@ -0,0 +1,82 @@ + + + + 4.0.0 + + + org.onap.appc.parent + single-feature-parent + 1.4.0-SNAPSHOT + + + + org.onap.appc + onap-appc-config-adaptor + 1.4.0-SNAPSHOT + feature + + + + + + org.onap.ccsdk.sli.core + ccsdk-sli + xml + features + + + ch.qos.logback + logback-core + + + ch.qos.logback + logback-classic + + + org.onap.appc + appc-config-adaptor-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-config-adaptor/features/onap-appc-config-adaptor/src/main/feature/feature.xml b/appc-config/appc-config-adaptor/features/onap-appc-config-adaptor/src/main/feature/feature.xml new file mode 100644 index 000000000..9333307c9 --- /dev/null +++ b/appc-config/appc-config-adaptor/features/onap-appc-config-adaptor/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