From e35c3a0387e68bbeb3df8c5d614e0b99f5c4f743 Mon Sep 17 00:00:00 2001 From: Ryan Young Date: Thu, 28 Jun 2018 17:22:47 -0400 Subject: Update appc-common to Karaf 4 update appc-common to karaf 4 feature Change-Id: Ib0ce37032e63ffc61bef94345701f3ab58785153 Signed-off-by: Ryan Young Issue-ID: APPC-1022 --- .../appc-core-features/onap-appc-common/pom.xml | 48 ++++++++++++++++++++++ .../appc-core-features/onap-appc-core/pom.xml | 42 +++++++++++++++++++ appc-core/appc-core-features/pom.xml | 36 ++++++++++++++++ 3 files changed, 126 insertions(+) create mode 100644 appc-core/appc-core-features/onap-appc-common/pom.xml create mode 100644 appc-core/appc-core-features/onap-appc-core/pom.xml create mode 100644 appc-core/appc-core-features/pom.xml (limited to 'appc-core/appc-core-features') diff --git a/appc-core/appc-core-features/onap-appc-common/pom.xml b/appc-core/appc-core-features/onap-appc-common/pom.xml new file mode 100644 index 000000000..64e6e8f17 --- /dev/null +++ b/appc-core/appc-core-features/onap-appc-common/pom.xml @@ -0,0 +1,48 @@ + + + 4.0.0 + + org.onap.appc.parent + single-feature-parent + 1.4.0-SNAPSHOT + + + + org.onap.appc + onap-appc-common + feature + + + + org.onap.appc + appc-common-bundle + ${project.version} + + + + org.onap.ccsdk.sli.core + ccsdk-dblib + ${ccsdk.sli.core.version} + xml + features + + + \ No newline at end of file diff --git a/appc-core/appc-core-features/onap-appc-core/pom.xml b/appc-core/appc-core-features/onap-appc-core/pom.xml new file mode 100644 index 000000000..467cb1b3e --- /dev/null +++ b/appc-core/appc-core-features/onap-appc-core/pom.xml @@ -0,0 +1,42 @@ + + + 4.0.0 + + org.onap.appc.parent + single-feature-parent + 1.4.0-SNAPSHOT + + + + org.onap.appc + onap-appc-core + feature + + + + org.onap.appc + onap-appc-common + ${project.version} + xml + features + + + \ No newline at end of file diff --git a/appc-core/appc-core-features/pom.xml b/appc-core/appc-core-features/pom.xml new file mode 100644 index 000000000..2382429e4 --- /dev/null +++ b/appc-core/appc-core-features/pom.xml @@ -0,0 +1,36 @@ + + + + 4.0.0 + + org.onap.appc.parent + odlparent-lite + 1.4.0-SNAPSHOT + + + org.onap.appc + appc-core-features + pom + + onap-appc-common + onap-appc-core + + \ No newline at end of file -- cgit 1.2.3-korg