diff options
author | Michael Lando <ml636r@att.com> | 2018-07-29 16:13:45 +0300 |
---|---|---|
committer | Michael Lando <ml636r@att.com> | 2018-07-29 16:20:34 +0300 |
commit | 5b593496b8f1b8e8be8d7d2dbcc223332e65a49b (patch) | |
tree | 2f9dfc45191e723da69cf74be7829784e9741b94 /catalog-be/src/test/resources/paths | |
parent | 9200382f2ce7b4bb729aa287d0878004b2d2b4f9 (diff) |
re base code
Change-Id: I12a5ca14a6d8a87e9316b9ff362eb131105f98a5
Issue-ID: SDC-1566
Signed-off-by: Michael Lando <ml636r@att.com>
Diffstat (limited to 'catalog-be/src/test/resources/paths')
-rw-r--r-- | catalog-be/src/test/resources/paths/path-context.xml | 4 |
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> |