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 | ================================================================================ |
| 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-artifact-handler-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.2.0" |
| 28 | 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 | |
Dilip kumar Pampana | 6790d2d | 2017-09-26 16:33:29 -0400 | [diff] [blame] | 32 | <repository>mvn:org.opendaylight.mdsal/features-mdsal/${odl.mdsal.features.version}/xml/features</repository> |
Skip Wonnell | ab6c2c0 | 2017-08-14 17:47:10 -0500 | [diff] [blame] | 33 | |
Patrick Brady | b7d8b97 | 2017-10-26 09:12:23 -0700 | [diff] [blame] | 34 | <feature name='appc-artifact-handler' description="Application Controller Artifact Handler" |
Skip Wonnell | ab6c2c0 | 2017-08-14 17:47:10 -0500 | [diff] [blame] | 35 | version='${project.version}'> |
| 36 | <!-- Most applications will have a dependency on the ODL MD-SAL Broker --> |
Patrick Brady | b7d8b97 | 2017-10-26 09:12:23 -0700 | [diff] [blame] | 37 | <feature version="${odl.mdsal.version}">odl-mdsal-broker</feature> |
| 38 | <feature>sdnc-sli</feature> |
Skip Wonnell | ab6c2c0 | 2017-08-14 17:47:10 -0500 | [diff] [blame] | 39 | <bundle>wrap:mvn:com.att.eelf/eelf-core/${eelf.version}</bundle> |
| 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 | <bundle>mvn:org.openecomp.appc/appc-config-params-provider/${project.version}</bundle> |
| 48 | <bundle>mvn:org.openecomp.appc/appc-artifact-handler-model/${project.version}</bundle> |
| 49 | <bundle>mvn:org.openecomp.appc/appc-artifact-handler-provider/${project.version}</bundle> |
| 50 | <configfile finalname="etc/opendaylight/karaf/200-artifact-handler-provider.xml">mvn:org.openecomp.appc/appc-artifact-handler-provider/${project.version}/xml/config</configfile> |
| 51 | </feature> |
| 52 | |
| 53 | </features> |