From 46f865c3df4f8a80a3fff278fa479182cfa317cc Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Mon, 13 Aug 2018 10:00:29 -0700 Subject: Karaf 4 for appc outbound Change-Id: I4aceffe33748a8e157bc1cac118de1e6b431378b Issue-ID: APPC-1146 Signed-off-by: Patrick Brady --- .../features/features-appc-aai-client/.gitignore | 1 + .../features/features-appc-aai-client/pom.xml | 48 ++++++ .../features/onap-appc-aai-client/.gitignore | 1 + .../features/onap-appc-aai-client/pom.xml | 97 ++++++++++++ .../src/main/feature/feature.xml | 27 ++++ appc-outbound/appc-aai-client/features/pom.xml | 166 +++++---------------- 6 files changed, 213 insertions(+), 127 deletions(-) create mode 100644 appc-outbound/appc-aai-client/features/features-appc-aai-client/.gitignore create mode 100644 appc-outbound/appc-aai-client/features/features-appc-aai-client/pom.xml create mode 100644 appc-outbound/appc-aai-client/features/onap-appc-aai-client/.gitignore create mode 100644 appc-outbound/appc-aai-client/features/onap-appc-aai-client/pom.xml create mode 100644 appc-outbound/appc-aai-client/features/onap-appc-aai-client/src/main/feature/feature.xml mode change 100755 => 100644 appc-outbound/appc-aai-client/features/pom.xml (limited to 'appc-outbound/appc-aai-client/features') diff --git a/appc-outbound/appc-aai-client/features/features-appc-aai-client/.gitignore b/appc-outbound/appc-aai-client/features/features-appc-aai-client/.gitignore new file mode 100644 index 000000000..eacf31a67 --- /dev/null +++ b/appc-outbound/appc-aai-client/features/features-appc-aai-client/.gitignore @@ -0,0 +1 @@ +/target-ide/ diff --git a/appc-outbound/appc-aai-client/features/features-appc-aai-client/pom.xml b/appc-outbound/appc-aai-client/features/features-appc-aai-client/pom.xml new file mode 100644 index 000000000..d13cf49ff --- /dev/null +++ b/appc-outbound/appc-aai-client/features/features-appc-aai-client/pom.xml @@ -0,0 +1,48 @@ + + + + 4.0.0 + + + org.onap.appc.parent + feature-repo-parent + 1.4.0-SNAPSHOT + + + + org.onap.appc + features-appc-aai-client + 1.4.0-SNAPSHOT + feature + + + + + + org.onap.appc + onap-appc-aai-client + ${project.version} + xml + features + + + + diff --git a/appc-outbound/appc-aai-client/features/onap-appc-aai-client/.gitignore b/appc-outbound/appc-aai-client/features/onap-appc-aai-client/.gitignore new file mode 100644 index 000000000..eacf31a67 --- /dev/null +++ b/appc-outbound/appc-aai-client/features/onap-appc-aai-client/.gitignore @@ -0,0 +1 @@ +/target-ide/ diff --git a/appc-outbound/appc-aai-client/features/onap-appc-aai-client/pom.xml b/appc-outbound/appc-aai-client/features/onap-appc-aai-client/pom.xml new file mode 100644 index 000000000..1c9c86d10 --- /dev/null +++ b/appc-outbound/appc-aai-client/features/onap-appc-aai-client/pom.xml @@ -0,0 +1,97 @@ + + + + 4.0.0 + + + org.onap.appc.parent + single-feature-parent + 1.4.0-SNAPSHOT + + + + org.onap.appc + onap-appc-aai-client + 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.adaptors + ccsdk-aai-service + xml + features + ${ccsdk.sli.adaptors.version} + + + commons-lang + commons-lang + 2.6 + + + commons-collections + commons-collections + ${commons.collections.version} + + + org.onap.appc + appc-aai-client-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-outbound/appc-aai-client/features/onap-appc-aai-client/src/main/feature/feature.xml b/appc-outbound/appc-aai-client/features/onap-appc-aai-client/src/main/feature/feature.xml new file mode 100644 index 000000000..9333307c9 --- /dev/null +++ b/appc-outbound/appc-aai-client/features/onap-appc-aai-client/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 diff --git a/appc-outbound/appc-aai-client/features/pom.xml b/appc-outbound/appc-aai-client/features/pom.xml old mode 100755 new mode 100644 index d05858ad8..e29b3983a --- a/appc-outbound/appc-aai-client/features/pom.xml +++ b/appc-outbound/appc-aai-client/features/pom.xml @@ -1,130 +1,42 @@ - - 4.0.0 - - appc-aai-client - org.onap.appc - 1.4.0-SNAPSHOT - - appc-aai-client-features - APPC AAI Client Plugin - Features - jar - - - - org.onap.appc - appc-aai-client-provider - ${project.version} - - - - commons-lang - commons-lang - compile - - - - org.opendaylight.mdsal - features-mdsal - features - xml - - runtime - - - - - - org.opendaylight.controller - opendaylight-karaf-empty - zip - - - - - - org.opendaylight.odlparent - features-test - ${odl.commons.opendaylight.version} - test - - - - - - - - true - src/main/resources - - - - - org.apache.maven.plugins - maven-resources-plugin - - - filter - - resources - - generate-resources - - - - - - org.codehaus.mojo - build-helper-maven-plugin - - - attach-artifacts - - attach-artifact - - package - - - - ${project.build.directory}/classes/${features.file} - xml - features - - - - - - - - +============LICENSE_START======================================================= +ONAP : APPC +================================================================================ +Copyright (C) 2018 AT&T Intellectual Property. All rights reserved. +============================================================================= +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +============LICENSE_END========================================================= +--> + + 4.0.0 + + + org.onap.appc.parent + odlparent-lite + 1.4.0-SNAPSHOT + + + + org.onap.appc + appc-aai-client-feature-aggregator + 1.4.0-SNAPSHOT + pom + + + + + onap-appc-aai-client + features-appc-aai-client + -- cgit 1.2.3-korg