From cfca049dc256437c083c0b6723c1936b24c70e60 Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Thu, 9 Aug 2018 13:42:38 -0700 Subject: Karaf 4 for appc-sdc-listener Change-Id: If3dabdd96403d1d197b0ac021912a8cd2b8ce772 Signed-off-by: Patrick Brady Issue-ID: APPC-1138 --- .../features-appc-sdc-listener/.gitignore | 1 + .../features-appc-sdc-listener/pom.xml | 48 +++++++++ .../onap-appc-sdc-listener/.gitignore | 1 + .../onap-appc-sdc-listener/pom.xml | 81 +++++++++++++++ .../appc-sdc-listener-features/pom.xml | 111 ++++----------------- 5 files changed, 152 insertions(+), 90 deletions(-) create mode 100644 appc-sdc-listener/appc-sdc-listener-features/features-appc-sdc-listener/.gitignore create mode 100644 appc-sdc-listener/appc-sdc-listener-features/features-appc-sdc-listener/pom.xml create mode 100644 appc-sdc-listener/appc-sdc-listener-features/onap-appc-sdc-listener/.gitignore create mode 100644 appc-sdc-listener/appc-sdc-listener-features/onap-appc-sdc-listener/pom.xml (limited to 'appc-sdc-listener/appc-sdc-listener-features') diff --git a/appc-sdc-listener/appc-sdc-listener-features/features-appc-sdc-listener/.gitignore b/appc-sdc-listener/appc-sdc-listener-features/features-appc-sdc-listener/.gitignore new file mode 100644 index 000000000..eacf31a67 --- /dev/null +++ b/appc-sdc-listener/appc-sdc-listener-features/features-appc-sdc-listener/.gitignore @@ -0,0 +1 @@ +/target-ide/ diff --git a/appc-sdc-listener/appc-sdc-listener-features/features-appc-sdc-listener/pom.xml b/appc-sdc-listener/appc-sdc-listener-features/features-appc-sdc-listener/pom.xml new file mode 100644 index 000000000..e8247f5e5 --- /dev/null +++ b/appc-sdc-listener/appc-sdc-listener-features/features-appc-sdc-listener/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-sdc-listener + 1.4.0-SNAPSHOT + feature + + + + + + org.onap.appc + onap-appc-sdc-listener + ${project.version} + xml + features + + + + diff --git a/appc-sdc-listener/appc-sdc-listener-features/onap-appc-sdc-listener/.gitignore b/appc-sdc-listener/appc-sdc-listener-features/onap-appc-sdc-listener/.gitignore new file mode 100644 index 000000000..eacf31a67 --- /dev/null +++ b/appc-sdc-listener/appc-sdc-listener-features/onap-appc-sdc-listener/.gitignore @@ -0,0 +1 @@ +/target-ide/ diff --git a/appc-sdc-listener/appc-sdc-listener-features/onap-appc-sdc-listener/pom.xml b/appc-sdc-listener/appc-sdc-listener-features/onap-appc-sdc-listener/pom.xml new file mode 100644 index 000000000..0aa998891 --- /dev/null +++ b/appc-sdc-listener/appc-sdc-listener-features/onap-appc-sdc-listener/pom.xml @@ -0,0 +1,81 @@ + + + + 4.0.0 + + + org.onap.appc.parent + single-feature-parent + 1.4.0-SNAPSHOT + + + + org.onap.appc + onap-appc-sdc-listener + 1.4.0-SNAPSHOT + feature + + + + + + org.opendaylight.controller + odl-mdsal-broker + xml + features + + + org.onap.appc + onap-appc-core + ${project.version} + xml + features + + + org.onap.appc + appc-sdc-listener-bundle + ${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-sdc-listener/appc-sdc-listener-features/pom.xml b/appc-sdc-listener/appc-sdc-listener-features/pom.xml index 50c3b4cb9..a7d0d75f4 100644 --- a/appc-sdc-listener/appc-sdc-listener-features/pom.xml +++ b/appc-sdc-listener/appc-sdc-listener-features/pom.xml @@ -3,9 +3,7 @@ ============LICENSE_START======================================================= ONAP : APPC ================================================================================ -Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved. -================================================================================ -Copyright (C) 2017 Amdocs +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. @@ -18,94 +16,27 @@ 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 - - appc-sdc-listener - org.onap.appc - 1.4.0-SNAPSHOT - - appc-sdc-listener-features - Event Listener - Features - - jar - - - - org.onap.appc - appc-sdc-listener-bundle - ${project.version} - - - - commons-lang - commons-lang - compile - - - - org.opendaylight.mdsal - features-mdsal - features - xml - runtime - - - - org.opendaylight.yangtools - features-yangtools - features - xml - runtime - - - - - - - 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 - - - - - - - - + 4.0.0 + + + org.onap.appc.parent + odlparent-lite + 1.4.0-SNAPSHOT + + + + org.onap.appc + appc-sdc-listener-feature-aggregator + 1.4.0-SNAPSHOT + pom + + + + + onap-appc-sdc-listener + features-appc-sdc-listener + -- cgit 1.2.3-korg