Remove property from bean defination 25/19725/2
authorsubhash kumar singh <subhash.kumar.singh@huawei.com>
Thu, 19 Oct 2017 12:14:59 +0000 (12:14 +0000)
committersubhash kumar singh <subhash.kumar.singh@huawei.com>
Thu, 19 Oct 2017 12:27:35 +0000 (12:27 +0000)
Remove property from bean defination as property is not available
in class.

Change-Id: Ib064769c34861374594af499eb414fc60fe9465a
Issue-ID: VFC-545
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
ResmanagementService/service/src/main/resources/spring/Resmanagement/services.xml

index 8cbb9a5..860fce0 100644 (file)
     
     <!-- grantResource -->
     <bean id="grantResService" class="org.onap.vfc.nfvo.resmanagement.service.group.impl.GrantResServiceImpl">
-        <property name="sites" ref="sites"></property>
     </bean>
     
     <bean id="grantResourseRoa" class="org.onap.vfc.nfvo.resmanagement.service.rest.GrantResourseRoa">