summaryrefslogtreecommitdiffstats
path: root/sparkybe-onap-service/src/test/resources/oxm-reader/sparky-core.xml
diff options
context:
space:
mode:
authorArul.Nambi <arul.nambi@amdocs.com>2018-12-13 15:34:17 -0500
committerArul.Nambi <arul.nambi@amdocs.com>2018-12-14 10:30:26 -0500
commit885545697c79b299a372956b1b368e13bab3426c (patch)
tree9be5faaf897bbd03eb700760e9da5ba436e4c0c4 /sparkybe-onap-service/src/test/resources/oxm-reader/sparky-core.xml
parent53d13ff36532723582f55febce79de2282e46cde (diff)
Updating the new schema service ingest
Issue-ID: AAI-2006 Change-Id: I25360ea42d1e09ada6af00dbe99ceace978ee09a Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
Diffstat (limited to 'sparkybe-onap-service/src/test/resources/oxm-reader/sparky-core.xml')
-rw-r--r--sparkybe-onap-service/src/test/resources/oxm-reader/sparky-core.xml8
1 files changed, 3 insertions, 5 deletions
diff --git a/sparkybe-onap-service/src/test/resources/oxm-reader/sparky-core.xml b/sparkybe-onap-service/src/test/resources/oxm-reader/sparky-core.xml
index 3a811ed..28ad9b4 100644
--- a/sparkybe-onap-service/src/test/resources/oxm-reader/sparky-core.xml
+++ b/sparkybe-onap-service/src/test/resources/oxm-reader/sparky-core.xml
@@ -59,12 +59,10 @@
<property name="nodeDirectory" value="bundleconfig-local/etc/oxm/" />
<property name="edgeDirectory" value="bundleconfig-local/etc/oxm/" />
</bean>
-
- <bean id="schemaVersions" class="org.onap.aai.setup.SchemaVersions"/>
-
+
<bean id="oxmConfigTranslator" class="org.onap.aai.setup.AAIConfigTranslator">
- <constructor-arg ref="schemaLocationsBean" />
- <constructor-arg ref="schemaVersions" />
+ <constructor-arg ref="schemaLocationsBean" />
+ <constructor-arg ref="schemaVersions" />
</bean>
<bean id="nodeIngestor" class="org.onap.aai.nodes.NodeIngestor">