blob: 6294c8951b0fa882bb6185231101e4eae1ea02c4 [file] [log] [blame]
Anand Chaturvedie178b072017-08-14 20:10:36 -04001<?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
Patrick Brady47472b92017-10-30 14:51:06 -070027<features name="appc-aai-client-${project.version}"
Anand Chaturvedie178b072017-08-14 20:10:36 -040028 xmlns="http://karaf.apache.org/xmlns/features/v1.2.0" 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.mdsal/features-mdsal/${odl.mdsal.version}/xml/features</repository> -->
32 <repository>mvn:org.opendaylight.mdsal/features-mdsal/${odl.mdsal.features.version}/xml/features</repository>
33
Patrick Brady47472b92017-10-30 14:51:06 -070034 <feature name='appc-aai-client' description="Application Controller AAI Client"
Anand Chaturvedie178b072017-08-14 20:10:36 -040035 version='${project.version}'>
36 <!-- Most applications will have a dependency on the ODL MD-SAL Broker -->
Patrick Bradyb7d8b972017-10-26 09:12:23 -070037 <feature version="${odl.mdsal.version}">odl-mdsal-broker</feature>
Anand Chaturvedie178b072017-08-14 20:10:36 -040038
Patrick Brady47472b92017-10-30 14:51:06 -070039 <feature>sdnc-sli</feature>
40 <feature>sdnc-aai-service</feature>
Anand Chaturvedie178b072017-08-14 20:10:36 -040041 <bundle>mvn:commons-lang/commons-lang/2.6</bundle>
42 <!-- <bundle>mvn:org.apache.velocity/velocity/${velocity.version}</bundle> -->
43 <bundle>mvn:commons-collections/commons-collections/3.2.1</bundle>
44 <bundle>wrap:mvn:com.att.eelf/eelf-core/${eelf.version}</bundle>
45 <bundle>mvn:ch.qos.logback/logback-core/${logback.version}</bundle>
46 <bundle>mvn:ch.qos.logback/logback-classic/${logback.version}</bundle>
Patrick Brady07567592017-12-13 11:09:30 -080047 <bundle>mvn:org.onap.appc/appc-aai-client-provider/${project.version}</bundle>
Anand Chaturvedie178b072017-08-14 20:10:36 -040048 </feature>
49</features>