Fix vulnerability issue in driver
[vfc/nfvo/driver/vnfm/svnfm.git] / huawei / vnfmadapter / VnfmadapterService / service / src / main / resources / spring / Vnfmadapter / svc_register.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3     Copyright 2016-2017 Huawei Technologies Co., Ltd.
4     
5     Licensed under the Apache License, Version 2.0 (the "License");
6     you may not use this file except in compliance with the License.
7     You may obtain a copy of the License at
8     
9         http://www.apache.org/licenses/LICENSE-2.0
10     
11     Unless required by applicable law or agreed to in writing, software
12     distributed under the License is distributed on an "AS IS" BASIS,
13     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14     See the License for the specific language governing permissions and
15     limitations under the License.
16  -->
17
18 <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
19     xmlns:aop="http://www.springframework.org/schema/aop"
20     xmlns:osgi="http://www.springframework.org/schema/osgi" xmlns:osgix="http://www.springframework.org/schema/osgi-compendium"
21     xmlns:ctx="http://www.springframework.org/schema/context"
22     xmlns:jaxrs="http://cxf.apache.org/jaxrs"
23     xmlns:http-conf="http://cxf.apache.org/transports/http/configuration"
24     xsi:schemaLocation="
25     http://www.springframework.org/schema/beans
26     http://www.springframework.org/schema/beans/spring-beans.xsd
27     http://www.springframework.org/schema/osgi
28     http://www.springframework.org/schema/osgi/spring-osgi.xsd
29     http://www.springframework.org/schema/context
30     http://www.springframework.org/schema/context/spring-context.xsd
31     http://www.springframework.org/schema/osgi-compendium
32     http://www.springframework.org/schema/osgi-compendium/spring-osgi-compendium.xsd
33     http://cxf.apache.org/jaxrs
34     http://cxf.apache.org/schemas/jaxrs.xsd
35     http://cxf.apache.org/transports/http/configuration
36     http://cxf.apache.org/schemas/configuration/http-conf.xsd
37     http://www.springframework.org/schema/aop
38     http://www.springframework.org/schema/aop/spring-aop.xsd">
39     <!-- 
40     <bean class="org.onap.vfc.nfvo.vnfm.svnfm.vnfmadapter.service.activator.RoaVnfmServicePostProcessor"></bean>
41     <bean class="org.onap.vfc.nfvo.vnfm.svnfm.vnfmadapter.service.api.internalsvc.impl.VnfmAdapterMgrService"></bean>
42      -->
43     <!--
44     <bean class="org.onap.vfc.nfvo.vnfm.svnfm.vnfmadapter.service.activator.RoaVnfmService2DriverMgr"></bean>
45     <bean class="org.onap.vfc.nfvo.vnfm.svnfm.vnfmadapter.service.api.internalsvc.impl.VnfmAdapter2DriverMgrService"></bean>
46      -->
47 </beans>