blob: a88410fe35d0088f4e384d3e97d9581b1e381ee7 [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"
28 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">
30
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 Pampana6790d2d2017-09-26 16:33:29 -040034 <feature name='appc-design-services' description="Application Controller Design Services"
Skip Wonnellab6c2c02017-08-14 17:47:10 -050035 version='${project.version}'>
36
Dilip kumar Pampana6790d2d2017-09-26 16:33:29 -040037 <feature version='${odl.mdsal.model.version}'>odl-mdsal-models</feature>
Skip Wonnellab6c2c02017-08-14 17:47:10 -050038 <bundle>mvn:org.openecomp.appc/appc-design-services-model/${project.version}</bundle>
39
40 <!-- Most applications will have a dependency on the ODL MD-SAL Broker -->
Patrick Bradyb7d8b972017-10-26 09:12:23 -070041 <feature version='${odl.mdsal.version}'>odl-mdsal-broker</feature>
42 <feature>sdnc-sli</feature>
Dilip kumar Pampana6790d2d2017-09-26 16:33:29 -040043 <bundle>mvn:org.openecomp.appc/appc-design-services-provider/${project.version}</bundle>
Skip Wonnellab6c2c02017-08-14 17:47:10 -050044 <bundle>wrap:mvn:com.fasterxml.jackson.dataformat/jackson-dataformat-yaml/2.3.0</bundle>
45
Patrick Bradyb7d8b972017-10-26 09:12:23 -070046 <feature version='${odl.mdsal.version}'>odl-restconf</feature>
Skip Wonnellab6c2c02017-08-14 17:47:10 -050047
48 </feature>
49
50</features>