summaryrefslogtreecommitdiffstats
path: root/catalog-be/src/test/resources/paths/path-context.xml
diff options
context:
space:
mode:
Diffstat (limited to 'catalog-be/src/test/resources/paths/path-context.xml')
-rw-r--r--catalog-be/src/test/resources/paths/path-context.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/catalog-be/src/test/resources/paths/path-context.xml b/catalog-be/src/test/resources/paths/path-context.xml
index f0067dfe55..e1e3997463 100644
--- a/catalog-be/src/test/resources/paths/path-context.xml
+++ b/catalog-be/src/test/resources/paths/path-context.xml
@@ -29,9 +29,12 @@
org.openecomp.sdc.be.components.validation
org.openecomp.sdc.be.switchover.detector,
org.openecomp.sdc.be.tosca,
+ org.openecomp.sdc.be.model.operations.impl,
org.openecomp.sdc.be.model.jsontitan.operations,
org.openecomp.sdc.be.model.jsontitan.utils,
org.openecomp.sdc.be.components.csar,
+ org.openecomp.sdc.be.datamodel.utils,
+ org.openecomp.sdc.be.model.utils,
org.openecomp.sdc.be.dao.jsongraph">
</context:component-scan>
@@ -66,6 +69,7 @@
<bean id="tosca-operation-facade" class="org.openecomp.sdc.be.components.path.beans.ForwardingPathToscaOperationFacade" />
<bean id="distributionEngine" class="org.openecomp.sdc.be.components.path.beans.DistributionEngineMock"/>
<bean id="forwardingPathValidator" class="org.openecomp.sdc.be.components.path.beans.ForwardingPathValidatorMock" />
+ <bean id="dataTypeValidatorConverter" class="org.openecomp.sdc.be.model.tosca.validators.DataTypeValidatorConverter" />
<util:properties id="elasticsearchConfig" location="paths/elasticsearch.yml" />
</beans>