diff options
Diffstat (limited to 'sparkybe-onap-application/config/spring-beans/sparky-oxm.xml')
-rw-r--r-- | sparkybe-onap-application/config/spring-beans/sparky-oxm.xml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/sparkybe-onap-application/config/spring-beans/sparky-oxm.xml b/sparkybe-onap-application/config/spring-beans/sparky-oxm.xml index ed084dc..ecba6cd 100644 --- a/sparkybe-onap-application/config/spring-beans/sparky-oxm.xml +++ b/sparkybe-onap-application/config/spring-beans/sparky-oxm.xml @@ -70,17 +70,6 @@ value="entitycounthistoryindex" /> </bean> - <bean id="attributeUpdater" class="org.onap.aai.sparky.editattributes.AttributeUpdater"> - <constructor-arg ref="oxmModelLoader" /> - <constructor-arg ref="oxmEntityLookup" /> - <constructor-arg ref="activeInventoryAdapter" /> - </bean> - - <bean id="attributeEditProcessor" - class="org.onap.aai.sparky.editattributes.AttributeEditProcessor"> - <constructor-arg ref="attributeUpdater" /> - </bean> - <bean id="geoVisualizationProcessor" class="org.onap.aai.sparky.inventory.GeoVisualizationProcessor"> <constructor-arg ref="elasticSearchAdapter" /> <constructor-arg name="topographicalSearchIndexName" |