aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-be/src/main/resources/application-context.xml
diff options
context:
space:
mode:
Diffstat (limited to 'catalog-be/src/main/resources/application-context.xml')
-rw-r--r--catalog-be/src/main/resources/application-context.xml8
1 files changed, 5 insertions, 3 deletions
diff --git a/catalog-be/src/main/resources/application-context.xml b/catalog-be/src/main/resources/application-context.xml
index da0a49f6e2..702c63ea81 100644
--- a/catalog-be/src/main/resources/application-context.xml
+++ b/catalog-be/src/main/resources/application-context.xml
@@ -28,6 +28,8 @@
org.openecomp.sdc.be.dao.cassandra,
org.openecomp.sdc.be.switchover.detector,
org.openecomp.sdc.be.tosca,
+ org.openecomp.sdc.be.model.jsontitan.operations,
+ org.openecomp.sdc.be.dao.jsongraph,
org.openecomp.sdc.be.externalapi.servlet
">
@@ -56,9 +58,9 @@
<bean id="distribution-engine-cluster-health" class="org.openecomp.sdc.be.components.distribution.engine.DistributionEngineClusterHealth" />
<bean id="categoriesImportManager" class="org.openecomp.sdc.be.components.impl.CategoriesImportManager" />
<bean id="asset-metadata-utils" class="org.openecomp.sdc.be.externalapi.servlet.AssetMetadataConverter" />
-
-
-
+
+ <bean class="org.openecomp.sdc.be.dao.config.DAOSpringConfig"/>
+
<util:properties id="elasticsearchConfig" location="file:${config.home}/elasticsearch.yml" />
</beans>