Skip Wonnell | ab6c2c0 | 2017-08-14 17:47:10 -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. |
Skip Wonnell | ab6c2c0 | 2017-08-14 17:47:10 -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 | |
Skip Wonnell | ab6c2c0 | 2017-08-14 17:47:10 -0500 | [diff] [blame] | 22 | ============LICENSE_END========================================================= |
| 23 | --> |
| 24 | |
| 25 | |
| 26 | <features name="appc-design-services-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.2.0" |
Dilip kumar Pampana | 38d293d | 2018-01-05 15:37:36 -0500 | [diff] [blame] | 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"> |
Skip Wonnell | ab6c2c0 | 2017-08-14 17:47:10 -0500 | [diff] [blame] | 29 | |
Dilip kumar Pampana | 38d293d | 2018-01-05 15:37:36 -0500 | [diff] [blame] | 30 | <feature name='appc-design-services' description="Application Controller Design Services" |
| 31 | version='${project.version}'> |
Skip Wonnell | ab6c2c0 | 2017-08-14 17:47:10 -0500 | [diff] [blame] | 32 | |
Patrick Brady | 3e8e2d8 | 2018-05-01 13:35:59 -0700 | [diff] [blame] | 33 | <feature>odl-mdsal-models</feature> |
Dilip kumar Pampana | 38d293d | 2018-01-05 15:37:36 -0500 | [diff] [blame] | 34 | <bundle>mvn:org.onap.appc/appc-design-services-model/${project.version}</bundle> |
Skip Wonnell | ab6c2c0 | 2017-08-14 17:47:10 -0500 | [diff] [blame] | 35 | |
Dilip kumar Pampana | 38d293d | 2018-01-05 15:37:36 -0500 | [diff] [blame] | 36 | <!-- Most applications will have a dependency on the ODL MD-SAL Broker --> |
Patrick Brady | 3e8e2d8 | 2018-05-01 13:35:59 -0700 | [diff] [blame] | 37 | <feature>odl-mdsal-broker</feature> |
Patrick Brady | 5b81764 | 2018-03-22 15:12:48 -0700 | [diff] [blame] | 38 | <feature>ccsdk-sli</feature> |
Dilip kumar Pampana | 38d293d | 2018-01-05 15:37:36 -0500 | [diff] [blame] | 39 | <bundle>mvn:org.onap.appc/appc-design-services-provider/${project.version}</bundle> |
| 40 | <bundle>mvn:org.onap.appc/appc-network-inventory-client-provider/${project.version}</bundle> |
Patrick Brady | 3e8e2d8 | 2018-05-01 13:35:59 -0700 | [diff] [blame] | 41 | <feature>odl-restconf</feature> |
Skip Wonnell | ab6c2c0 | 2017-08-14 17:47:10 -0500 | [diff] [blame] | 42 | |
Dilip kumar Pampana | 38d293d | 2018-01-05 15:37:36 -0500 | [diff] [blame] | 43 | </feature> |
Skip Wonnell | ab6c2c0 | 2017-08-14 17:47:10 -0500 | [diff] [blame] | 44 | |
| 45 | </features> |