blob: 41dfb8b354fd80a5e5810de29ea64530e262f838 [file] [log] [blame]
Joey Sullivan241068b2017-08-11 19:07:16 +00001<?xml version="1.0" encoding="UTF-8"?>
2<!--
Patrick Brady57b5eef2017-02-10 15:00:49 -08003 ============LICENSE_START=======================================================
Patrick Brady10bba352017-07-19 12:09:28 -07004 ONAP : APPC
Patrick Brady57b5eef2017-02-10 15:00:49 -08005 ================================================================================
John McClung3a78edb2018-06-13 17:17:15 -04006 Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.
Patrick Brady57b5eef2017-02-10 15:00:49 -08007 ================================================================================
Joey Sullivan241068b2017-08-11 19:07:16 +00008 Copyright (C) 2017 Amdocs
9 =============================================================================
10 Licensed under the Apache License, Version 2.0 (the "License");
11 you may not use this file except in compliance with the License.
12 You may obtain a copy of the License at
13
14 http://www.apache.org/licenses/LICENSE-2.0
15
16 Unless required by applicable law or agreed to in writing, software
17 distributed under the License is distributed on an "AS IS" BASIS,
18 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
19 See the License for the specific language governing permissions and
20 limitations under the License.
21
Joey Sullivan241068b2017-08-11 19:07:16 +000022 ============LICENSE_END=========================================================
23 -->
24
25
26<features name="appc-lifecycle-management-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.2.0"
27 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
28 xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.2.0 http://karaf.apache.org/xmlns/features/v1.2.0">
29
30 <feature name='appc-lifecycle-management' description="application executor" version='${project.version}'>
Ryan Young7b632b42018-08-23 13:35:03 -040031 <bundle dependency="true">mvn:org.onap.appc/appc-common-bundle/${project.version}</bundle>
Patrick Brady07567592017-12-13 11:09:30 -080032 <bundle>mvn:org.onap.appc/state-machine-lib/${project.version}</bundle>
33 <bundle>mvn:org.onap.appc/appc-lifecycle-management-api/${project.version}</bundle>
34 <bundle>mvn:org.onap.appc/appc-lifecycle-management-core/${project.version}</bundle>
Joey Sullivan241068b2017-08-11 19:07:16 +000035 </feature>
36
37</features>