Anand Chaturvedi | 0df7ab4 | 2017-08-12 01:31:10 -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 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 9 | you may not use this file except in compliance with the License. |
| 10 | You may obtain a copy of the License at |
| 11 | |
| 12 | http://www.apache.org/licenses/LICENSE-2.0 |
| 13 | |
| 14 | Unless required by applicable law or agreed to in writing, software |
| 15 | distributed under the License is distributed on an "AS IS" BASIS, |
| 16 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 17 | See the License for the specific language governing permissions and |
| 18 | limitations under the License. |
| 19 | |
| 20 | ECOMP is a trademark and service mark of AT&T Intellectual Property. |
| 21 | ============LICENSE_END========================================================= |
| 22 | --> |
| 23 | |
| 24 | |
| 25 | <features name="appc-config-params-${project.version}" |
| 26 | xmlns="http://karaf.apache.org/xmlns/features/v1.2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 27 | xsi:schemaLocation="http://karaf.apache.org/xmlns/features/v1.2.0 http://karaf.apache.org/xmlns/features/v1.2.0"> |
| 28 | |
| 29 | <repository>mvn:org.opendaylight.mdsal/features-mdsal/${odl.mdsal.version}/xml/features</repository> |
| 30 | |
| 31 | <feature name='appc-config-params' description="Application Controller Config Params" |
| 32 | version='${project.version}'> |
| 33 | <!-- Most applications will have a dependency on the ODL MD-SAL Broker --> |
| 34 | <feature version="${broker-mdsal.version}">odl-mdsal-broker</feature> |
| 35 | <feature version= '${sdnc.sli.version}'>sdnc-sli</feature> |
| 36 | |
| 37 | <bundle>mvn:commons-lang/commons-lang/2.6</bundle> |
| 38 | <bundle>mvn:commons-collections/commons-collections/${common.collections.version}</bundle> |
| 39 | |
| 40 | <bundle>wrap:mvn:com.fasterxml.jackson.core/jackson-databind/${jackson.version}</bundle> |
| 41 | <bundle>wrap:mvn:com.fasterxml.jackson.core/jackson-annotations/${jackson.version}</bundle> |
| 42 | <bundle>wrap:mvn:com.fasterxml.jackson.core/jackson-core/${jackson.version}</bundle> |
| 43 | <bundle>wrap:mvn:com.fasterxml.jackson.dataformat/jackson-dataformat-yaml/${jackson.version}</bundle> |
| 44 | <bundle>wrap:mvn:org.yaml/snakeyaml/${snakeyaml.version}</bundle> |
| 45 | <bundle>wrap:mvn:org.openecomp.appc/appc-yang-generator/${project.version}</bundle> |
| 46 | <bundle>wrap:mvn:org.openecomp.sdc.common/openecomp-tosca-datatype/${tosca.datatype.version}</bundle> |
| 47 | |
| 48 | <bundle>wrap:mvn:com.att.eelf/eelf-core/${eelf.version}</bundle> |
| 49 | <bundle>mvn:ch.qos.logback/logback-core/${logback.version}</bundle> |
| 50 | <bundle>mvn:ch.qos.logback/logback-classic/${logback.version}</bundle> |
| 51 | <bundle>mvn:org.openecomp.appc/appc-config-params-provider/${project.version}</bundle> |
| 52 | </feature> |
| 53 | </features> |