saltstack dependency refactoring
[ccsdk/sli/adaptors.git] / saltstack-adapter / saltstack-adapter-features / src / main / resources / features.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3   ============LICENSE_START=======================================================
4   ONAP : CCSDK
5   ================================================================================
6   Copyright (C) 2018 Samsung Electronics. All rights reserved.
7   ================================================================================
8
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
23   ============LICENSE_END=========================================================
24   -->
25
26
27 <features name="ccsdk-saltstack-adapter-${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     <repository>mvn:org.opendaylight.mdsal/features-mdsal/${odl.mdsal.features.version}/xml/features</repository>
32
33     <feature name='ccsdk-saltstack-adapter'
34              description="ccsdk-saltstack-adapter" version='${project.version}'>
35         <feature version="${odl.mdsal.version}">odl-mdsal-broker</feature>
36         <feature>sdnc-sli</feature>
37         <bundle dependency="true">mvn:org.apache.sshd/sshd-core/0.12.0</bundle>
38         <bundle dependency="true">mvn:org.onap.appc/appc-common/1.3.0</bundle>
39         <bundle dependency="true">mvn:org.onap.appc/appc-ssh-adapter-api/1.3.0</bundle>
40         <bundle dependency="true">mvn:org.apache.commons/commons-io/1.3.2</bundle>
41         <bundle>mvn:org.onap.ccsdk.sli.adaptors/saltstack-adapter-provider/${project.version}</bundle>
42     </feature>
43
44 </features>