blob: 3909d1c4b8d0af52d923353c5aae33fdf76764b4 [file] [log] [blame]
Skip Wonnellab6c2c02017-08-14 17:47:10 -05001<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 ============LICENSE_START=======================================================
4 ONAP : APPC
5 ================================================================================
Patrick Brady5b817642018-03-22 15:12:48 -07006 Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.
Skip Wonnellab6c2c02017-08-14 17:47:10 -05007 ================================================================================
8 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
Skip Wonnellab6c2c02017-08-14 17:47:10 -050022 ============LICENSE_END=========================================================
23 -->
24
25
26<features name="app-cntrl-artifact-handler-${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
Patrick Brady5b817642018-03-22 15:12:48 -070031 <!--<repository>mvn:org.opendaylight.mdsal/features-mdsal/${odl.mdsal.features.version}/xml/features</repository>-->
Skip Wonnellab6c2c02017-08-14 17:47:10 -050032
Patrick Bradyb7d8b972017-10-26 09:12:23 -070033 <feature name='appc-artifact-handler' description="Application Controller Artifact Handler"
Skip Wonnellab6c2c02017-08-14 17:47:10 -050034 version='${project.version}'>
35 <!-- Most applications will have a dependency on the ODL MD-SAL Broker -->
Patrick Brady5b817642018-03-22 15:12:48 -070036 <feature >odl-mdsal-broker</feature>
37 <feature>ccsdk-sli</feature>
38 <!-- <bundle>wrap:mvn:org.onap.appc/appc-yang-generator/${project.version}</bundle> -->
Skip Wonnellab6c2c02017-08-14 17:47:10 -050039 <bundle>wrap:mvn:org.openecomp.sdc.common/openecomp-tosca-datatype/${tosca.datatype.version}</bundle>
Patrick Brady07567592017-12-13 11:09:30 -080040 <bundle>mvn:org.onap.appc/appc-config-params-provider/${project.version}</bundle>
41 <bundle>mvn:org.onap.appc/appc-artifact-handler-model/${project.version}</bundle>
42 <bundle>mvn:org.onap.appc/appc-artifact-handler-provider/${project.version}</bundle>
Patrick Bradyd7589ec2018-05-14 16:18:42 -070043 <bundle>wrap:mvn:org.onap.appc/appc-yang-generator/${project.version}</bundle>
Patrick Brady07567592017-12-13 11:09:30 -080044 <configfile finalname="etc/opendaylight/karaf/200-artifact-handler-provider.xml">mvn:org.onap.appc/appc-artifact-handler-provider/${project.version}/xml/config</configfile>
Skip Wonnellab6c2c02017-08-14 17:47:10 -050045 </feature>
46
47</features>