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 | ================================================================================ |
Skip Wonnell | ab6c2c0 | 2017-08-14 17:47:10 -0500 | [diff] [blame] | 8 | Copyright (C) 2017 Amdocs |
| 9 | ============================================================================= |
Anand Chaturvedi | 0df7ab4 | 2017-08-12 01:31:10 -0400 | [diff] [blame] | 10 | Licensed under the Apache License, Version 2.0 (the "License"); |
Skip Wonnell | ab6c2c0 | 2017-08-14 17:47:10 -0500 | [diff] [blame] | 11 | you may not use this file except in compliance with the License. |
| 12 | You may obtain a copy of the License at |
Anand Chaturvedi | 0df7ab4 | 2017-08-12 01:31:10 -0400 | [diff] [blame] | 13 | |
Skip Wonnell | ab6c2c0 | 2017-08-14 17:47:10 -0500 | [diff] [blame] | 14 | http://www.apache.org/licenses/LICENSE-2.0 |
Anand Chaturvedi | 0df7ab4 | 2017-08-12 01:31:10 -0400 | [diff] [blame] | 15 | |
Skip Wonnell | ab6c2c0 | 2017-08-14 17:47:10 -0500 | [diff] [blame] | 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. |
Anand Chaturvedi | 0df7ab4 | 2017-08-12 01:31:10 -0400 | [diff] [blame] | 21 | |
Skip Wonnell | ab6c2c0 | 2017-08-14 17:47:10 -0500 | [diff] [blame] | 22 | ECOMP is a trademark and service mark of AT&T Intellectual Property. |
Anand Chaturvedi | 0df7ab4 | 2017-08-12 01:31:10 -0400 | [diff] [blame] | 23 | ============LICENSE_END========================================================= |
| 24 | --> |
| 25 | |
| 26 | |
| 27 | <features name="appc-config-params-${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 | |
| 33 | <feature name='appc-config-params' description="Application Controller Config Params" |
| 34 | version='${project.version}'> |
| 35 | <!-- Most applications will have a dependency on the ODL MD-SAL Broker --> |
| 36 | <feature version="${broker-mdsal.version}">odl-mdsal-broker</feature> |
| 37 | <feature version= '${sdnc.sli.version}'>sdnc-sli</feature> |
| 38 | |
| 39 | <bundle>mvn:commons-lang/commons-lang/2.6</bundle> |
| 40 | <bundle>mvn:commons-collections/commons-collections/${common.collections.version}</bundle> |
| 41 | |
| 42 | <bundle>wrap:mvn:com.fasterxml.jackson.core/jackson-databind/${jackson.version}</bundle> |
| 43 | <bundle>wrap:mvn:com.fasterxml.jackson.core/jackson-annotations/${jackson.version}</bundle> |
| 44 | <bundle>wrap:mvn:com.fasterxml.jackson.core/jackson-core/${jackson.version}</bundle> |
| 45 | <bundle>wrap:mvn:com.fasterxml.jackson.dataformat/jackson-dataformat-yaml/${jackson.version}</bundle> |
| 46 | <bundle>wrap:mvn:org.yaml/snakeyaml/${snakeyaml.version}</bundle> |
| 47 | <bundle>wrap:mvn:org.openecomp.appc/appc-yang-generator/${project.version}</bundle> |
| 48 | <bundle>wrap:mvn:org.openecomp.sdc.common/openecomp-tosca-datatype/${tosca.datatype.version}</bundle> |
| 49 | |
| 50 | <bundle>wrap:mvn:com.att.eelf/eelf-core/${eelf.version}</bundle> |
| 51 | <bundle>mvn:ch.qos.logback/logback-core/${logback.version}</bundle> |
| 52 | <bundle>mvn:ch.qos.logback/logback-classic/${logback.version}</bundle> |
| 53 | <bundle>mvn:org.openecomp.appc/appc-config-params-provider/${project.version}</bundle> |
| 54 | </feature> |
| 55 | </features> |