Move back to spring-boot 1.5 for bugfix
[aai/aai-common.git] / aai-schema-ingest / src / test / resources / forWiringTests / testUsingPropFileContext.xml
index b4e2c02..1d3e61e 100644 (file)
@@ -14,6 +14,6 @@
         <property name="edgeDirectory" value="${schema.edges.location}" />
     </bean>
     
-    <context:property-placeholder location="/forWiringTests/schema-ingest-for-xml-test.properties" ignore-unresolvable="true" />
+    <context:property-placeholder location="classpath:forWiringTests/schema-ingest-for-xml-test.properties" ignore-unresolvable="true" />
 
-</beans>
+</beans>
\ No newline at end of file