Skip Wonnell | cf4b15a | 2017-08-15 21:18:04 -0500 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
| 3 | ============LICENSE_START======================================================= |
| 4 | ONAP : APP-C |
| 5 | ================================================================================ |
Patrick Brady | 5b81764 | 2018-03-22 15:12:48 -0700 | [diff] [blame^] | 6 | Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved. |
Skip Wonnell | cf4b15a | 2017-08-15 21:18:04 -0500 | [diff] [blame] | 7 | ================================================================================ |
| 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 Wonnell | 574417b | 2017-08-28 22:02:54 -0500 | [diff] [blame] | 23 | |
Skip Wonnell | cf4b15a | 2017-08-15 21:18:04 -0500 | [diff] [blame] | 24 | <features name="sdnc-dg-loader-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.2.0" |
Skip Wonnell | caa5768 | 2017-12-23 00:18:18 -0600 | [diff] [blame] | 25 | 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 Wonnell | cf4b15a | 2017-08-15 21:18:04 -0500 | [diff] [blame] | 27 | |
Skip Wonnell | caa5768 | 2017-12-23 00:18:18 -0600 | [diff] [blame] | 28 | <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 Brady | 5b81764 | 2018-03-22 15:12:48 -0700 | [diff] [blame^] | 33 | <feature>ccsdk-sli</feature> |
Skip Wonnell | caa5768 | 2017-12-23 00:18:18 -0600 | [diff] [blame] | 34 | <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 Wonnell | cf4b15a | 2017-08-15 21:18:04 -0500 | [diff] [blame] | 40 | </features> |