blob: 7f4efda7af9d4d8527f6c5a3c398caadf967e079 [file] [log] [blame]
Dilip kumar Pampana108ff432018-01-08 15:08:21 -05001<?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.
Dilip kumar Pampana108ff432018-01-08 15:08:21 -05007 ================================================================================
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 Pampana108ff432018-01-08 15:08:21 -050022 ============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 Brady4e5f6812018-05-04 15:26:31 -070038 <feature>odl-mdsal-models</feature>
Dilip kumar Pampana108ff432018-01-08 15:08:21 -050039 <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 Brady4e5f6812018-05-04 15:26:31 -070042 <feature>odl-mdsal-broker</feature>
Patrick Brady5b817642018-03-22 15:12:48 -070043 <feature>ccsdk-sli</feature>
Dilip kumar Pampana108ff432018-01-08 15:08:21 -050044 <bundle>mvn:org.onap.appc/appc-interfaces-service-bundle/${project.version}</bundle>
Patrick Brady4e5f6812018-05-04 15:26:31 -070045 <bundle dependency="true">mvn:org.onap.appc/appc-aai-client-provider/${project.version}</bundle>
46 <feature>odl-restconf</feature>
Dilip kumar Pampana108ff432018-01-08 15:08:21 -050047
48 </feature>
49
50</features>