blob: 680dba09930396113586d4d99f7fd0ad35b4bea9 [file] [log] [blame]
Skip Wonnellcf4b15a2017-08-15 21:18:04 -05001<?xml version="1.0" encoding="UTF-8"?>
2<!--
3 ============LICENSE_START=======================================================
4 ONAP : APP-C
5 ================================================================================
Patrick Brady5b817642018-03-22 15:12:48 -07006 Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.
Skip Wonnellcf4b15a2017-08-15 21:18:04 -05007 ================================================================================
8 Licensed under the Apache License, Version 2.0 (the "License");
9 you may not use this file except in compliance with the License.
10 You may obtain a copy of the License at
11
12 http://www.apache.org/licenses/LICENSE-2.0
13
14 Unless required by applicable law or agreed to in writing, software
15 distributed under the License is distributed on an "AS IS" BASIS,
16 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
17 See the License for the specific language governing permissions and
18 limitations under the License.
19 ============LICENSE_END=========================================================
20 -->
21
22
Skip Wonnell574417b2017-08-28 22:02:54 -050023
Skip Wonnellcf4b15a2017-08-15 21:18:04 -050024<features name="sdnc-dg-loader-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.2.0"
Skip Wonnellcaa57682017-12-23 00:18:18 -060025 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
26 xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.2.0 http://karaf.apache.org/xmlns/features/v1.2.0">
Skip Wonnellcf4b15a2017-08-15 21:18:04 -050027
Skip Wonnellcaa57682017-12-23 00:18:18 -060028 <repository>mvn:org.opendaylight.mdsal/features-mdsal/${odl.mdsal.version}/xml/features</repository>
29 <feature name='sdnc-dg-loader' description="SDNC DG Loader"
30 version='${project.version}'>
31 <!-- Most applications will have a dependency on the ODL MD-SAL Broker -->
32 <feature>odl-mdsal-broker</feature>
Patrick Brady5b817642018-03-22 15:12:48 -070033 <feature>ccsdk-sli</feature>
Skip Wonnellcaa57682017-12-23 00:18:18 -060034 <bundle>mvn:commons-lang/commons-lang/2.6</bundle>
35 <bundle>wrap:mvn:com.att.eelf/eelf-core/${eelf.version}</bundle>
36 <bundle>mvn:ch.qos.logback/logback-core/${logback.version}</bundle>
37 <bundle>mvn:ch.qos.logback/logback-classic/${logback.version}</bundle>
38 <bundle>mvn:org.onap.appc.plugins/dg-loader-provider/${project.version}</bundle>
39 </feature>
Skip Wonnellcf4b15a2017-08-15 21:18:04 -050040</features>