diff options
author | Harish Venkata Kajur <vk250x@att.com> | 2020-02-26 17:38:15 -0500 |
---|---|---|
committer | jimmy <jf2512@att.com> | 2020-03-03 16:54:47 -0500 |
commit | 6f0577db0cc8bd169d5d420e22b576397817f8bd (patch) | |
tree | 22c084b168ba2b3452097dec34c36dc0fbddf9f1 /aai-schema-ingest/src/test/resources/forWiringTests | |
parent | 7c57239a9ccc5ae1d33873e62b9798fafb66b360 (diff) |
Update aai-common to be spring boot 2 compatible
Issue-ID: AAI-2806
Change-Id: Idad79373209ef25bb26551253aa8ad86e4a75549
Signed-off-by: Harish Venkata Kajur <vk250x@att.com>
Diffstat (limited to 'aai-schema-ingest/src/test/resources/forWiringTests')
-rw-r--r-- | aai-schema-ingest/src/test/resources/forWiringTests/testUsingPropFileContext.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/aai-schema-ingest/src/test/resources/forWiringTests/testUsingPropFileContext.xml b/aai-schema-ingest/src/test/resources/forWiringTests/testUsingPropFileContext.xml index 1d3e61e4..b4e2c026 100644 --- a/aai-schema-ingest/src/test/resources/forWiringTests/testUsingPropFileContext.xml +++ b/aai-schema-ingest/src/test/resources/forWiringTests/testUsingPropFileContext.xml @@ -14,6 +14,6 @@ <property name="edgeDirectory" value="${schema.edges.location}" /> </bean> - <context:property-placeholder location="classpath:forWiringTests/schema-ingest-for-xml-test.properties" ignore-unresolvable="true" /> + <context:property-placeholder location="/forWiringTests/schema-ingest-for-xml-test.properties" ignore-unresolvable="true" /> -</beans>
\ No newline at end of file +</beans> |