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 --- appc-outbound/appc-aai-client/features/pom.xml | 166 ++++++------------------- 1 file changed, 39 insertions(+), 127 deletions(-) mode change 100755 => 100644 appc-outbound/appc-aai-client/features/pom.xml (limited to 'appc-outbound/appc-aai-client/features/pom.xml') 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