blob: 88f41001989a9c55c4ede866738de794793e9cb2 [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 ================================================================================
6 Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
7 ================================================================================
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
Skip Wonnellab6c2c02017-08-14 17:47:10 -050022 ECOMP is a trademark and service mark of AT&T Intellectual Property.
Anand Chaturvedi0df7ab42017-08-12 01:31:10 -040023 ============LICENSE_END=========================================================
24 -->
25
26
27<features name="appc-config-params-${project.version}"
28 xmlns="http://karaf.apache.org/xmlns/features/v1.2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
29 xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.2.0 http://karaf.apache.org/xmlns/features/v1.2.0">
30
31 <repository>mvn:org.opendaylight.mdsal/features-mdsal/${odl.mdsal.version}/xml/features</repository>
32
33 <feature name='appc-config-params' description="Application Controller Config Params"
34 version='${project.version}'>
35 <!-- Most applications will have a dependency on the ODL MD-SAL Broker -->
36 <feature version="${broker-mdsal.version}">odl-mdsal-broker</feature>
37 <feature version= '${sdnc.sli.version}'>sdnc-sli</feature>
38
39 <bundle>mvn:commons-lang/commons-lang/2.6</bundle>
40 <bundle>mvn:commons-collections/commons-collections/${common.collections.version}</bundle>
41
42 <bundle>wrap:mvn:com.fasterxml.jackson.core/jackson-databind/${jackson.version}</bundle>
43 <bundle>wrap:mvn:com.fasterxml.jackson.core/jackson-annotations/${jackson.version}</bundle>
44 <bundle>wrap:mvn:com.fasterxml.jackson.core/jackson-core/${jackson.version}</bundle>
45 <bundle>wrap:mvn:com.fasterxml.jackson.dataformat/jackson-dataformat-yaml/${jackson.version}</bundle>
46 <bundle>wrap:mvn:org.yaml/snakeyaml/${snakeyaml.version}</bundle>
47 <bundle>wrap:mvn:org.openecomp.appc/appc-yang-generator/${project.version}</bundle>
48 <bundle>wrap:mvn:org.openecomp.sdc.common/openecomp-tosca-datatype/${tosca.datatype.version}</bundle>
49
50 <bundle>wrap:mvn:com.att.eelf/eelf-core/${eelf.version}</bundle>
51 <bundle>mvn:ch.qos.logback/logback-core/${logback.version}</bundle>
52 <bundle>mvn:ch.qos.logback/logback-classic/${logback.version}</bundle>
53 <bundle>mvn:org.openecomp.appc/appc-config-params-provider/${project.version}</bundle>
54 </feature>
55</features>