Anand Chaturvedi | e178b07 | 2017-08-14 20:10:36 -0400 | [diff] [blame^] | 1 | <?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="app-cntrl-aai-client-${project.version}" |
| 28 | 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 | |
| 34 | <feature name='app-cntrl-aai-client' description="Application Controller AAI Client" |
| 35 | version='${project.version}'> |
| 36 | <!-- Most applications will have a dependency on the ODL MD-SAL Broker --> |
| 37 | <feature version="${broker-mdsal.version}">odl-mdsal-broker</feature> |
| 38 | |
| 39 | <feature version="${sdnc.sli.version}">sdnc-sli</feature> |
| 40 | <feature version="${sdnc.aai.version}">sdnc-aai-service</feature> |
| 41 | <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> |
| 47 | <bundle>mvn:org.openecomp.appc/appc-aai-client-provider/${project.version}</bundle> |
| 48 | </feature> |
| 49 | </features> |