Dilip kumar Pampana | 108ff43 | 2018-01-08 15:08:21 -0500 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- |
| 3 | ============LICENSE_START======================================================= |
| 4 | ONAP : APPC |
| 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. |
Dilip kumar Pampana | 108ff43 | 2018-01-08 15:08:21 -0500 | [diff] [blame] | 7 | ================================================================================ |
| 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 | |
Dilip kumar Pampana | 108ff43 | 2018-01-08 15:08:21 -0500 | [diff] [blame] | 22 | ============LICENSE_END========================================================= |
| 23 | --> |
| 24 | |
| 25 | |
| 26 | <features name="appc-interfaces-service-${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 | <repository>mvn:org.opendaylight.yangtools/features-yangtools/${odl.yangtools.version}/xml/features</repository> |
| 31 | <repository>mvn:org.opendaylight.controller/features-mdsal/${odl.controller.mdsal.features.version}/xml/features</repository> |
| 32 | <!-- <repository>mvn:org.opendaylight.mdsal.model/features-mdsal-model/${odl.mdsal.model.version}/xml/features</repository> |
| 33 | <repository>mvn:org.opendaylight.netconf/features-restconf/${odl.controller.mdsal.features.version}/xml/features</repository> --> |
| 34 | |
| 35 | <feature name='appc-interfaces-service' description="Application Controller Interfaces Services" |
| 36 | version='${project.version}'> |
| 37 | |
Patrick Brady | 4e5f681 | 2018-05-04 15:26:31 -0700 | [diff] [blame] | 38 | <feature>odl-mdsal-models</feature> |
Dilip kumar Pampana | 108ff43 | 2018-01-08 15:08:21 -0500 | [diff] [blame] | 39 | <bundle>mvn:org.onap.appc/appc-interfaces-service-model/${project.version}</bundle> |
| 40 | |
| 41 | <!-- Most applications will have a dependency on the ODL MD-SAL Broker --> |
Patrick Brady | 4e5f681 | 2018-05-04 15:26:31 -0700 | [diff] [blame] | 42 | <feature>odl-mdsal-broker</feature> |
Patrick Brady | 5b81764 | 2018-03-22 15:12:48 -0700 | [diff] [blame] | 43 | <feature>ccsdk-sli</feature> |
Dilip kumar Pampana | 108ff43 | 2018-01-08 15:08:21 -0500 | [diff] [blame] | 44 | <bundle>mvn:org.onap.appc/appc-interfaces-service-bundle/${project.version}</bundle> |
Patrick Brady | 4e5f681 | 2018-05-04 15:26:31 -0700 | [diff] [blame] | 45 | <bundle dependency="true">mvn:org.onap.appc/appc-aai-client-provider/${project.version}</bundle> |
| 46 | <feature>odl-restconf</feature> |
Dilip kumar Pampana | 108ff43 | 2018-01-08 15:08:21 -0500 | [diff] [blame] | 47 | |
| 48 | </feature> |
| 49 | |
| 50 | </features> |