SSHApiCallNode sshExec API Impl
[ccsdk/sli/plugins.git] / sshapi-call-node / provider / src / main / resources / META-INF / spring / sshapi-call-node-osgi-context.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3   ============LICENSE_START=======================================================
4   openECOMP : SDN-C
5   ================================================================================
6   * Copyright (C) 2017 AT&T Intellectual Property.
7  * ================================================================================
8  * Copyright (C) 2018 Samsung Electronics. All rights
9                         reserved.
10   ================================================================================
11   Licensed under the Apache License, Version 2.0 (the "License");
12   you may not use this file except in compliance with the License.
13   You may obtain a copy of the License at
14   
15        http://www.apache.org/licenses/LICENSE-2.0
16   
17   Unless required by applicable law or agreed to in writing, software
18   distributed under the License is distributed on an "AS IS" BASIS,
19   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
20   See the License for the specific language governing permissions and
21   limitations under the License.
22   ============LICENSE_END=========================================================
23   -->
24
25 <beans:beans xmlns="http://www.springframework.org/schema/osgi"
26     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:beans="http://www.springframework.org/schema/beans"
27     xsi:schemaLocation="http://www.springframework.org/schema/osgi
28        http://www.springframework.org/schema/osgi/spring-osgi.xsd
29        http://www.springframework.org/schema/beans
30        http://www.springframework.org/schema/beans/spring-beans.xsd">
31
32     <service ref="sshapiCallNode" interface="org.onap.ccsdk.sli.plugins.sshapicall.SshApiCallNode" />
33
34 </beans:beans>