blob: 0e817c3b44548671ec0814fe61f64150fdd538c1 [file] [log] [blame]
Anand Chaturvedi0df7ab42017-08-12 01:31:10 -04001<?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.
Anand Chaturvedi0df7ab42017-08-12 01:31:10 -04007 ================================================================================
Skip Wonnellab6c2c02017-08-14 17:47:10 -05008 Copyright (C) 2017 Amdocs
9 =============================================================================
Anand Chaturvedi0df7ab42017-08-12 01:31:10 -040010 Licensed under the Apache License, Version 2.0 (the "License");
Skip Wonnellab6c2c02017-08-14 17:47:10 -050011 you may not use this file except in compliance with the License.
12 You may obtain a copy of the License at
Anand Chaturvedi0df7ab42017-08-12 01:31:10 -040013
Skip Wonnellab6c2c02017-08-14 17:47:10 -050014 http://www.apache.org/licenses/LICENSE-2.0
Anand Chaturvedi0df7ab42017-08-12 01:31:10 -040015
Skip Wonnellab6c2c02017-08-14 17:47:10 -050016 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.
Anand Chaturvedi0df7ab42017-08-12 01:31:10 -040021
Anand Chaturvedi0df7ab42017-08-12 01:31:10 -040022 ============LICENSE_END=========================================================
23 -->
24
25
26<features name="appc-config-params-${project.version}"
27 xmlns="http://karaf.apache.org/xmlns/features/v1.2.0" 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
Patrick Brady5b817642018-03-22 15:12:48 -070030 <!--<repository>mvn:org.opendaylight.mdsal/features-mdsal/${odl.mdsal.features.version}/xml/features</repository>-->
Anand Chaturvedi0df7ab42017-08-12 01:31:10 -040031
32 <feature name='appc-config-params' description="Application Controller Config Params"
33 version='${project.version}'>
34 <!-- Most applications will have a dependency on the ODL MD-SAL Broker -->
Patrick Brady5b817642018-03-22 15:12:48 -070035 <feature >odl-mdsal-broker</feature>
36 <feature>ccsdk-sli</feature>
Anand Chaturvedi0df7ab42017-08-12 01:31:10 -040037
38 <bundle>mvn:commons-lang/commons-lang/2.6</bundle>
39 <bundle>mvn:commons-collections/commons-collections/${common.collections.version}</bundle>
40
Patrick Brady5b817642018-03-22 15:12:48 -070041 <!-- <bundle>wrap:mvn:org.onap.appc/appc-yang-generator/${project.version}</bundle> -->
Anand Chaturvedi0df7ab42017-08-12 01:31:10 -040042 <bundle>wrap:mvn:org.openecomp.sdc.common/openecomp-tosca-datatype/${tosca.datatype.version}</bundle>
Patrick Brady3ffa74f2018-05-14 14:01:46 -070043 <bundle>mvn:org.yaml/snakeyaml/${snakeyaml.version}</bundle>
Patrick Brady07567592017-12-13 11:09:30 -080044 <bundle>mvn:org.onap.appc/appc-config-params-provider/${project.version}</bundle>
Anand Chaturvedi0df7ab42017-08-12 01:31:10 -040045 </feature>
46</features>