blob: 5ad41adfe5bd5ca3e69bf655bd7bfb438d9b58b9 [file] [log] [blame]
Skip Wonnellab6c2c02017-08-14 17:47:10 -05001<?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 ================================================================================
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
22 ECOMP is a trademark and service mark of AT&T Intellectual Property.
23 ============LICENSE_END=========================================================
24 -->
25
26
27<features name="appc-design-services-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.2.0"
Dilip kumar Pampana38d293d2018-01-05 15:37:36 -050028 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">
Skip Wonnellab6c2c02017-08-14 17:47:10 -050030
31 <repository>mvn:org.opendaylight.yangtools/features-yangtools/${odl.yangtools.version}/xml/features</repository>
Dilip kumar Pampana6790d2d2017-09-26 16:33:29 -040032 <repository>mvn:org.opendaylight.controller/features-mdsal/${odl.controller.mdsal.features.version}/xml/features</repository>
Skip Wonnellab6c2c02017-08-14 17:47:10 -050033
Dilip kumar Pampana38d293d2018-01-05 15:37:36 -050034 <feature name='appc-design-services' description="Application Controller Design Services"
35 version='${project.version}'>
Skip Wonnellab6c2c02017-08-14 17:47:10 -050036
Dilip kumar Pampana38d293d2018-01-05 15:37:36 -050037 <feature version='${odl.mdsal.model.version}'>odl-mdsal-models</feature>
38 <bundle>mvn:org.onap.appc/appc-design-services-model/${project.version}</bundle>
Skip Wonnellab6c2c02017-08-14 17:47:10 -050039
Dilip kumar Pampana38d293d2018-01-05 15:37:36 -050040 <!-- Most applications will have a dependency on the ODL MD-SAL Broker -->
41 <feature version='${odl.mdsal.version}'>odl-mdsal-broker</feature>
42 <feature>sdnc-sli</feature>
43 <bundle>mvn:org.onap.appc/appc-design-services-provider/${project.version}</bundle>
44 <bundle>mvn:org.onap.appc/appc-network-inventory-client-provider/${project.version}</bundle>
45 <bundle>wrap:mvn:com.fasterxml.jackson.dataformat/jackson-dataformat-yaml/2.3.0</bundle>
46
47 <feature version='${odl.mdsal.version}'>odl-restconf</feature>
Skip Wonnellab6c2c02017-08-14 17:47:10 -050048
Dilip kumar Pampana38d293d2018-01-05 15:37:36 -050049 </feature>
Skip Wonnellab6c2c02017-08-14 17:47:10 -050050
51</features>