From 606d4e7599bb9df1c4d13b4f8ff2c8df1e151c94 Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Wed, 8 Aug 2018 10:25:15 -0700 Subject: [PATCH] Upgrade appc-dispatcher features to karaf4 Change-Id: I9d2ea6e968a214f0b141d7a3fad7e09dd07eb6d3 Signed-off-by: Patrick Brady Issue-ID: APPC-1136 --- .../appc-command-executor-api/pom.xml | 14 +- .../appc-command-executor-core/pom.xml | 13 +- .../features-appc-command-executor/pom.xml | 48 +++++++ .../onap-appc-command-executor/pom.xml | 78 +++++++++++ .../appc-command-executor-features/pom.xml | 149 ++++---------------- appc-dispatcher/appc-command-executor/pom.xml | 6 +- .../execution-queue-management-lib/pom.xml | 2 +- .../transaction-recorder/pom.xml | 3 +- appc-dispatcher/appc-dispatcher-installer/pom.xml | 12 +- .../appc-license-manager-core/pom.xml | 2 + .../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 +- .../appc-workflow-management-api/pom.xml | 12 +- .../appc-workflow-management-core/pom.xml | 16 ++- .../features-appc-workflow-management/pom.xml | 48 +++++++ .../onap-appc-workflow-management/pom.xml | 83 +++++++++++ .../appc-workflow-management-features/pom.xml | 154 +++++---------------- appc-dispatcher/appc-workflow-management/pom.xml | 6 +- 22 files changed, 583 insertions(+), 411 deletions(-) create mode 100644 appc-dispatcher/appc-command-executor/appc-command-executor-features/features-appc-command-executor/pom.xml create mode 100644 appc-dispatcher/appc-command-executor/appc-command-executor-features/onap-appc-command-executor/pom.xml 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 create mode 100644 appc-dispatcher/appc-workflow-management/appc-workflow-management-features/features-appc-workflow-management/pom.xml create mode 100644 appc-dispatcher/appc-workflow-management/appc-workflow-management-features/onap-appc-workflow-management/pom.xml diff --git a/appc-dispatcher/appc-command-executor/appc-command-executor-api/pom.xml b/appc-dispatcher/appc-command-executor/appc-command-executor-api/pom.xml index c28d1d82a..0750979fc 100644 --- a/appc-dispatcher/appc-command-executor/appc-command-executor-api/pom.xml +++ b/appc-dispatcher/appc-command-executor/appc-command-executor-api/pom.xml @@ -25,11 +25,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-command-executor - 1.4.0-SNAPSHOT - + + org.onap.appc.parent + binding-parent + 1.4.0-SNAPSHOT + + appc-command-executor-api bundle @@ -53,7 +54,7 @@ org.onap.appc - appc-common + appc-common-bundle ${project.version} compile @@ -88,4 +89,5 @@ + org.onap.appc diff --git a/appc-dispatcher/appc-command-executor/appc-command-executor-core/pom.xml b/appc-dispatcher/appc-command-executor/appc-command-executor-core/pom.xml index 9ed08dd73..86ed51498 100644 --- a/appc-dispatcher/appc-command-executor/appc-command-executor-core/pom.xml +++ b/appc-dispatcher/appc-command-executor/appc-command-executor-core/pom.xml @@ -25,11 +25,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-command-executor - 1.4.0-SNAPSHOT - + + org.onap.appc.parent + binding-parent + 1.4.0-SNAPSHOT + + appc-command-executor-core bundle @@ -106,6 +107,7 @@ org.onap.appc.executor.objects, *;resolution:=optional + <_removeheaders>Import-Service @@ -121,4 +123,5 @@ + org.onap.appc diff --git a/appc-dispatcher/appc-command-executor/appc-command-executor-features/features-appc-command-executor/pom.xml b/appc-dispatcher/appc-command-executor/appc-command-executor-features/features-appc-command-executor/pom.xml new file mode 100644 index 000000000..650c02d39 --- /dev/null +++ b/appc-dispatcher/appc-command-executor/appc-command-executor-features/features-appc-command-executor/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-command-executor + 1.4.0-SNAPSHOT + feature + + + + + + org.onap.appc + onap-appc-command-executor + ${project.version} + xml + features + + + + diff --git a/appc-dispatcher/appc-command-executor/appc-command-executor-features/onap-appc-command-executor/pom.xml b/appc-dispatcher/appc-command-executor/appc-command-executor-features/onap-appc-command-executor/pom.xml new file mode 100644 index 000000000..8fcd9de5d --- /dev/null +++ b/appc-dispatcher/appc-command-executor/appc-command-executor-features/onap-appc-command-executor/pom.xml @@ -0,0 +1,78 @@ + + + + 4.0.0 + + + org.onap.appc.parent + single-feature-parent + 1.4.0-SNAPSHOT + + + + org.onap.appc + onap-appc-command-executor + 1.4.0-SNAPSHOT + feature + + + + + + org.onap.appc + execution-queue-management-lib + ${project.version} + + + org.onap.appc + appc-command-executor-api + ${project.version} + + + org.onap.appc + appc-command-executor-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-command-executor/appc-command-executor-features/pom.xml b/appc-dispatcher/appc-command-executor/appc-command-executor-features/pom.xml index 18b1d0040..a2e04a9cf 100644 --- a/appc-dispatcher/appc-command-executor/appc-command-executor-features/pom.xml +++ b/appc-dispatcher/appc-command-executor/appc-command-executor-features/pom.xml @@ -1,131 +1,42 @@ - +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-command-executor - org.onap.appc + org.onap.appc.parent + odlparent-lite 1.4.0-SNAPSHOT + - APPC Command Executor - Features - appc-command-executor-features - jar - - - - org.onap.appc - appc-command-executor-api - ${project.version} - - - org.onap.appc - appc-command-executor-core - ${project.version} - - + org.onap.appc + appc-command-executor-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-command-executor + features-appc-command-executor + diff --git a/appc-dispatcher/appc-command-executor/pom.xml b/appc-dispatcher/appc-command-executor/pom.xml index 9c48ccd6e..e2bcd0eaa 100644 --- a/appc-dispatcher/appc-command-executor/pom.xml +++ b/appc-dispatcher/appc-command-executor/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-command-executor @@ -45,4 +46,5 @@ appc-command-executor-features + org.onap.appc diff --git a/appc-dispatcher/appc-dispatcher-common/execution-queue-management-lib/pom.xml b/appc-dispatcher/appc-dispatcher-common/execution-queue-management-lib/pom.xml index 82ce55e69..80ba8335f 100644 --- a/appc-dispatcher/appc-dispatcher-common/execution-queue-management-lib/pom.xml +++ b/appc-dispatcher/appc-dispatcher-common/execution-queue-management-lib/pom.xml @@ -43,7 +43,7 @@ org.onap.appc - appc-common + appc-common-bundle ${project.version} diff --git a/appc-dispatcher/appc-dispatcher-common/transaction-recorder/pom.xml b/appc-dispatcher/appc-dispatcher-common/transaction-recorder/pom.xml index 496d51987..59f15b1f9 100644 --- a/appc-dispatcher/appc-dispatcher-common/transaction-recorder/pom.xml +++ b/appc-dispatcher/appc-dispatcher-common/transaction-recorder/pom.xml @@ -41,7 +41,7 @@ org.onap.appc - appc-common + appc-common-bundle ${project.version} @@ -81,6 +81,7 @@ org.onap.appc.transactionrecorder,org.onap.appc.transactionrecorder.impl,org.onap.appc.transactionrecorder.objects + <_removeheaders>Import-Service,Export-Service diff --git a/appc-dispatcher/appc-dispatcher-installer/pom.xml b/appc-dispatcher/appc-dispatcher-installer/pom.xml index 2850cb666..508916f80 100644 --- a/appc-dispatcher/appc-dispatcher-installer/pom.xml +++ b/appc-dispatcher/appc-dispatcher-installer/pom.xml @@ -44,10 +44,10 @@ mvn:org.onap.appc/appc-dispatcher-features/${project.version}/xml/features - mvn:org.onap.appc/appc-request-handler-features/${project.version}/xml/features + mvn:org.onap.appc/onap-appc-request-handler/${project.version}/xml/features - mvn:org.onap.appc/appc-command-executor-features/${project.version}/xml/features + mvn:org.onap.appc/onap-appc-command-executor/${project.version}/xml/features mvn:org.onap.appc/onap-appc-lifecycle-management/${project.version}/xml/features @@ -56,7 +56,7 @@ mvn:org.onap.appc/onap-appc-license-manager/${project.version}/xml/features - mvn:org.onap.appc/appc-workflow-management-features/${project.version}/xml/features + mvn:org.onap.appc/onap-appc-workflow-management/${project.version}/xml/features mvn:org.onap.appc/lock-manager-features/${project.version}/xml/features @@ -76,7 +76,7 @@ org.onap.appc - appc-request-handler-features + onap-appc-request-handler ${project.version} features xml @@ -84,7 +84,7 @@ org.onap.appc - appc-command-executor-features + onap-appc-command-executor ${project.version} features xml @@ -100,7 +100,7 @@ org.onap.appc - appc-workflow-management-features + onap-appc-workflow-management ${project.version} features xml diff --git a/appc-dispatcher/appc-license-manager/appc-license-manager-core/pom.xml b/appc-dispatcher/appc-license-manager/appc-license-manager-core/pom.xml index d650a33dc..925bf7839 100644 --- a/appc-dispatcher/appc-license-manager/appc-license-manager-core/pom.xml +++ b/appc-dispatcher/appc-license-manager/appc-license-manager-core/pom.xml @@ -82,6 +82,7 @@ org.onap.ccsdk.sli.core dblib-provider + provided @@ -104,6 +105,7 @@ org.onap.appc.licmgr,org.onap.appc.licmgr.exception,org.onap.appc.licmgr.objects, *;resolution:=optional + <_removeheaders>Import-Service true 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 diff --git a/appc-dispatcher/appc-workflow-management/appc-workflow-management-api/pom.xml b/appc-dispatcher/appc-workflow-management/appc-workflow-management-api/pom.xml index fd0975479..498ea446c 100644 --- a/appc-dispatcher/appc-workflow-management/appc-workflow-management-api/pom.xml +++ b/appc-dispatcher/appc-workflow-management/appc-workflow-management-api/pom.xml @@ -25,11 +25,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-workflow-management - 1.4.0-SNAPSHOT - + + org.onap.appc.parent + binding-parent + 1.4.0-SNAPSHOT + + appc-workflow-management-api APPC Workflow Management API @@ -73,4 +74,5 @@ + org.onap.appc diff --git a/appc-dispatcher/appc-workflow-management/appc-workflow-management-core/pom.xml b/appc-dispatcher/appc-workflow-management/appc-workflow-management-core/pom.xml index 170a008ea..7c874f88d 100644 --- a/appc-dispatcher/appc-workflow-management/appc-workflow-management-core/pom.xml +++ b/appc-dispatcher/appc-workflow-management/appc-workflow-management-core/pom.xml @@ -25,11 +25,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-workflow-management - 1.4.0-SNAPSHOT - + + org.onap.appc.parent + binding-parent + 1.4.0-SNAPSHOT + + appc-workflow-management-core bundle @@ -40,7 +41,7 @@ org.onap.appc - appc-common + appc-common-bundle ${project.version} @@ -62,6 +63,7 @@ equinoxSDK381 org.eclipse.osgi test + ${equinox.osgi.version} org.onap.appc @@ -90,10 +92,12 @@ org.onap.appc.util,com.att.eelf.configuration, org.onap.appc.dao.util, *;resolution:=optional + <_removeheaders>Import-Service + org.onap.appc diff --git a/appc-dispatcher/appc-workflow-management/appc-workflow-management-features/features-appc-workflow-management/pom.xml b/appc-dispatcher/appc-workflow-management/appc-workflow-management-features/features-appc-workflow-management/pom.xml new file mode 100644 index 000000000..b0ba39129 --- /dev/null +++ b/appc-dispatcher/appc-workflow-management/appc-workflow-management-features/features-appc-workflow-management/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-workflow-management + 1.4.0-SNAPSHOT + feature + + + + + + org.onap.appc + onap-appc-workflow-management + ${project.version} + xml + features + + + + diff --git a/appc-dispatcher/appc-workflow-management/appc-workflow-management-features/onap-appc-workflow-management/pom.xml b/appc-dispatcher/appc-workflow-management/appc-workflow-management-features/onap-appc-workflow-management/pom.xml new file mode 100644 index 000000000..d7a7e9d3e --- /dev/null +++ b/appc-dispatcher/appc-workflow-management/appc-workflow-management-features/onap-appc-workflow-management/pom.xml @@ -0,0 +1,83 @@ + + + + 4.0.0 + + + org.onap.appc.parent + single-feature-parent + 1.4.0-SNAPSHOT + + + + org.onap.appc + onap-appc-workflow-management + 1.4.0-SNAPSHOT + feature + + + + + + org.onap.appc + appc-data-access-lib + ${project.version} + + + org.onap.appc + appc-workflow-management-api + ${project.version} + + + org.onap.appc + appc-workflow-management-core + ${project.version} + + + org.onap.appc + appc-ranking-framework-lib + ${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-workflow-management/appc-workflow-management-features/pom.xml b/appc-dispatcher/appc-workflow-management/appc-workflow-management-features/pom.xml index e5dfba7bd..f4c5dd0fe 100644 --- a/appc-dispatcher/appc-workflow-management/appc-workflow-management-features/pom.xml +++ b/appc-dispatcher/appc-workflow-management/appc-workflow-management-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-workflow-management - org.onap.appc + org.onap.appc.parent + odlparent-lite 1.4.0-SNAPSHOT + - appc-workflow-management-features - APPC Workflow Management - Feature - jar - - - - - org.onap.appc - appc-workflow-management-api - ${project.version} - - - org.onap.appc - appc-workflow-management-core - ${project.version} - - + org.onap.appc + appc-workflow-management-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-workflow-management + features-appc-workflow-management + diff --git a/appc-dispatcher/appc-workflow-management/pom.xml b/appc-dispatcher/appc-workflow-management/pom.xml index 3b4d07a6c..d582feefd 100644 --- a/appc-dispatcher/appc-workflow-management/pom.xml +++ b/appc-dispatcher/appc-workflow-management/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-workflow-management @@ -45,4 +46,5 @@ appc-workflow-management-features + org.onap.appc -- 2.16.6