From 606d4e7599bb9df1c4d13b4f8ff2c8df1e151c94 Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Wed, 8 Aug 2018 10:25:15 -0700 Subject: Upgrade appc-dispatcher features to karaf4 Change-Id: I9d2ea6e968a214f0b141d7a3fad7e09dd07eb6d3 Signed-off-by: Patrick Brady Issue-ID: APPC-1136 --- .../appc-request-handler-api/pom.xml | 14 +- .../appc-request-handler-core/pom.xml | 16 ++- .../features-appc-request-handler/pom.xml | 48 +++++++ .../onap-appc-request-handler/pom.xml | 110 +++++++++++++++ .../appc-request-handler-features/pom.xml | 154 +++++---------------- appc-dispatcher/appc-request-handler/pom.xml | 6 +- 6 files changed, 212 insertions(+), 136 deletions(-) create mode 100644 appc-dispatcher/appc-request-handler/appc-request-handler-features/features-appc-request-handler/pom.xml create mode 100644 appc-dispatcher/appc-request-handler/appc-request-handler-features/onap-appc-request-handler/pom.xml (limited to 'appc-dispatcher/appc-request-handler') diff --git a/appc-dispatcher/appc-request-handler/appc-request-handler-api/pom.xml b/appc-dispatcher/appc-request-handler/appc-request-handler-api/pom.xml index b77077512..493cb521e 100644 --- a/appc-dispatcher/appc-request-handler/appc-request-handler-api/pom.xml +++ b/appc-dispatcher/appc-request-handler/appc-request-handler-api/pom.xml @@ -24,11 +24,12 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - - org.onap.appc - appc-request-handler - 1.4.0-SNAPSHOT - + + org.onap.appc.parent + binding-parent + 1.4.0-SNAPSHOT + + appc-request-handler-api bundle @@ -57,7 +58,7 @@ org.onap.appc - appc-common + appc-common-bundle ${project.version} @@ -86,4 +87,5 @@ + org.onap.appc diff --git a/appc-dispatcher/appc-request-handler/appc-request-handler-core/pom.xml b/appc-dispatcher/appc-request-handler/appc-request-handler-core/pom.xml index 6bf2335de..dbb81bb80 100644 --- a/appc-dispatcher/appc-request-handler/appc-request-handler-core/pom.xml +++ b/appc-dispatcher/appc-request-handler/appc-request-handler-core/pom.xml @@ -25,11 +25,12 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - - org.onap.appc - appc-request-handler - 1.4.0-SNAPSHOT - + + org.onap.appc.parent + binding-parent + 1.4.0-SNAPSHOT + + appc-request-handler-core bundle @@ -40,7 +41,7 @@ org.onap.appc - appc-common + appc-common-bundle ${project.version} @@ -130,6 +131,7 @@ equinoxSDK381 org.eclipse.osgi + ${equinox.osgi.version} test @@ -161,10 +163,12 @@ !org.onap.appc.requesthandler.conv, *;resolution:=optional + <_removeheaders>Import-Service + org.onap.appc diff --git a/appc-dispatcher/appc-request-handler/appc-request-handler-features/features-appc-request-handler/pom.xml b/appc-dispatcher/appc-request-handler/appc-request-handler-features/features-appc-request-handler/pom.xml new file mode 100644 index 000000000..1673e6799 --- /dev/null +++ b/appc-dispatcher/appc-request-handler/appc-request-handler-features/features-appc-request-handler/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-request-handler + 1.4.0-SNAPSHOT + feature + + + + + + org.onap.appc + onap-appc-request-handler + ${project.version} + xml + features + + + + diff --git a/appc-dispatcher/appc-request-handler/appc-request-handler-features/onap-appc-request-handler/pom.xml b/appc-dispatcher/appc-request-handler/appc-request-handler-features/onap-appc-request-handler/pom.xml new file mode 100644 index 000000000..2fcff3af3 --- /dev/null +++ b/appc-dispatcher/appc-request-handler/appc-request-handler-features/onap-appc-request-handler/pom.xml @@ -0,0 +1,110 @@ + + + + 4.0.0 + + + org.onap.appc.parent + single-feature-parent + 1.4.0-SNAPSHOT + + + + org.onap.appc + onap-appc-request-handler + 1.4.0-SNAPSHOT + feature + + + + + + org.onap.appc + onap-appc-core + ${project.version} + xml + features + + + org.onap.appc + transaction-recorder + ${project.version} + + + org.onap.appc + appc-data-access-lib + ${project.version} + + + org.onap.appc + domain-model-lib + ${project.version} + + + org.onap.appc + appc-message-adapter-api + ${project.version} + + + org.onap.appc + appc-provider-model + ${project.version} + + + org.onap.appc + appc-command-executor-api + ${project.version} + + + org.onap.appc + appc-request-handler-api + ${project.version} + + + org.onap.appc + appc-request-handler-core + ${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-dispatcher/appc-request-handler/appc-request-handler-features/pom.xml b/appc-dispatcher/appc-request-handler/appc-request-handler-features/pom.xml index 56a5a771f..fcd18e2dc 100644 --- a/appc-dispatcher/appc-request-handler/appc-request-handler-features/pom.xml +++ b/appc-dispatcher/appc-request-handler/appc-request-handler-features/pom.xml @@ -1,132 +1,42 @@ - +============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 + - appc-request-handler - org.onap.appc + org.onap.appc.parent + odlparent-lite 1.4.0-SNAPSHOT + - APPC Request Handler - Features - appc-request-handler-features - jar - - - - - org.onap.appc - appc-request-handler-api - ${project.version} - - - org.onap.appc - appc-request-handler-core - ${project.version} - - + org.onap.appc + appc-request-handler-feature-aggregator + 1.4.0-SNAPSHOT + pom - - - - 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 - - - - - - + - - - org.apache.maven.plugins - maven-surefire-plugin - - true - - - - + + onap-appc-request-handler + features-appc-request-handler + diff --git a/appc-dispatcher/appc-request-handler/pom.xml b/appc-dispatcher/appc-request-handler/pom.xml index 05c5c4189..0579ef27c 100644 --- a/appc-dispatcher/appc-request-handler/pom.xml +++ b/appc-dispatcher/appc-request-handler/pom.xml @@ -26,9 +26,10 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 - org.onap.appc - appc-dispatcher + org.onap.appc.parent + odlparent-lite 1.4.0-SNAPSHOT + appc-request-handler @@ -46,4 +47,5 @@ appc-request-handler-features + org.onap.appc -- cgit 1.2.3-korg